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