mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 22:57:29 -06:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
![]() |
import db from '../../db/mongodb';
|
||
|
|
||
|
export default db.get('post_reactions') as any; // fuck type definition
|