diff options
author | eug-vs <eug-vs@keemail.me> | 2020-07-05 13:35:54 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-07-05 13:35:54 +0300 |
commit | 1c2f3c9e5b39826266d64f4227e53fff139ea948 (patch) | |
tree | df77b6f65247d87dbfde8000e918c83985624fc3 /populateDb.ts | |
parent | 85b3cc20e8f453868d06d55a688ee8dfe90b80d4 (diff) | |
download | which-api-1c2f3c9e5b39826266d64f4227e53fff139ea948.tar.gz |
style: fix eslint errors
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 }); }; |