parent
35cf9f5d04
commit
2b4c5ecff4
18 changed files with 448 additions and 56 deletions
3
src/api/models/poll-vote.ts
Normal file
3
src/api/models/poll-vote.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import db from '../../db/mongodb';
|
||||
|
||||
export default db.get('poll_votes') as any; // fuck type definition
|
||||
Loading…
Add table
Add a link
Reference in a new issue