aboutsummaryrefslogtreecommitdiff
path: root/populateDb.ts
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-07-05 13:35:54 +0300
committereug-vs <eug-vs@keemail.me>2020-07-05 13:35:54 +0300
commit1c2f3c9e5b39826266d64f4227e53fff139ea948 (patch)
treedf77b6f65247d87dbfde8000e918c83985624fc3 /populateDb.ts
parent85b3cc20e8f453868d06d55a688ee8dfe90b80d4 (diff)
downloadwhich-api-1c2f3c9e5b39826266d64f4227e53fff139ea948.tar.gz
style: fix eslint errors
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 });
};