mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-03 02:07:01 +00:00
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('post_watching') as any; // fuck type definition
|