From 1c2f3c9e5b39826266d64f4227e53fff139ea948 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 5 Jul 2020 13:35:54 +0300 Subject: style: fix eslint errors --- populateDb.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'populateDb.ts') 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 => { contents: { left: generateImageData(), right: generateImageData() - }, + } }, { user: { _id: authorId }, authenticated: true }); }; -- cgit v1.2.3