mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-29 10:06:44 -06:00
3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
import db from '../../../db/mongodb';
|
|
|
|
export default db.get('mute') as any; // fuck type definition
|