diff options
Diffstat (limited to 'populateDb.ts')
-rw-r--r-- | populateDb.ts | 2 |
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 }); }; |