Sharkey/src/api/models/messaging-history.ts

4 lines
82 B
TypeScript
Raw Normal View History

2017-01-17 02:12:33 +02:00
import db from '../../db/mongodb';
2017-01-17 03:39:21 +02:00
export default db.get('messaging_histories');