mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-17 15:37:30 -07:00
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('notifications') as any; // fuck type definition
|