mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-06 17:35:44 +00:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('favorites') as any; // fuck type definition
|