diff options
Diffstat (limited to 'src/api/models/post-watching.ts')
| -rw-r--r-- | src/api/models/post-watching.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/api/models/post-watching.ts b/src/api/models/post-watching.ts deleted file mode 100644 index 41d37e2703..0000000000 --- a/src/api/models/post-watching.ts +++ /dev/null @@ -1,3 +0,0 @@ -import db from '../../db/mongodb'; - -export default db.get('post_watching') as any; // fuck type definition |