mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 01:39:06 +01: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
|