mirror of
https://github.com/hotomoe/hotomoe
synced 2025-01-04 08:52:52 +09: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
|