summaryrefslogtreecommitdiff
path: root/src/api/models/userkey.ts
blob: 204f283a2879a3a3600b269f816adc6d438729f4 (plain)
1
2
3
4
5
const collection = global.db.collection('userkeys');

collection.createIndex('key');

export default collection;