mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-31 01:56:58 +00:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('following') as any; // fuck type definition
|