aboutsummaryrefslogtreecommitdiff
path: root/populateDb.ts
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-28 18:56:14 +0300
committereug-vs <eug-vs@keemail.me>2020-06-28 18:56:14 +0300
commit00387d9ad38049db555cad7b5cb375167a108a6e (patch)
treefba5273a22bd7a19e797e42e8c803843960e81bf /populateDb.ts
parentc3438eb4a7187773e2736dea765bb8281f7edf0e (diff)
downloadwhich-api-00387d9ad38049db555cad7b5cb375167a108a6e.tar.gz
style: fix linting errors
Diffstat (limited to 'populateDb.ts')
-rw-r--r--populateDb.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/populateDb.ts b/populateDb.ts
index 991c152..e25005d 100644
--- a/populateDb.ts
+++ b/populateDb.ts
@@ -1,7 +1,12 @@
import mongoose from 'mongoose';
import bluebird from 'bluebird';
import _ from 'lodash';
-import { User, Poll, Vote, Feedback } from 'which-types';
+import {
+ User,
+ Poll,
+ Vote,
+ Feedback
+} from 'which-types';
import app from './app';