wip
This commit is contained in:
parent
ff1a20d74a
commit
1436617aab
13 changed files with 234 additions and 14 deletions
3
src/api/models/sw-subscription.ts
Normal file
3
src/api/models/sw-subscription.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import db from '../../db/mongodb';
|
||||
|
||||
export default db.get('sw_subscriptions') as any; // fuck type definition
|
||||
Loading…
Add table
Add a link
Reference in a new issue