mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-13 09:06:57 +00:00
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.get('poll_votes') as any; // fuck type definition
|