mizzkey/src/api/models/userkey.ts

6 lines
113 B
TypeScript
Raw Normal View History

2016-12-28 23:49:51 +01:00
const collection = global.db.collection('userkeys');
collection.createIndex('key');
export default collection;