mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('following') as any; // fuck type definition
|