aboutsummaryrefslogtreecommitdiff
path: root/populateDb.ts
diff options
context:
space:
mode:
Diffstat (limited to 'populateDb.ts')
-rw-r--r--populateDb.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/populateDb.ts b/populateDb.ts
index de7ead9..1565f44 100644
--- a/populateDb.ts
+++ b/populateDb.ts
@@ -56,7 +56,7 @@ const createPoll = (authorId: string): Promise<Poll> => {
contents: {
left: generateImageData(),
right: generateImageData()
- },
+ }
}, { user: { _id: authorId }, authenticated: true });
};