summaryrefslogtreecommitdiff
path: root/src/services/events/models.js
blob: 72b10d7949e4c6f1861b3d83b3b0f1aab9500e78 (plain)
1
2
3
4
5
6
7
const mongoose = require('mongoose');
const { Client } = require('mongo-cronjob');

const client = new Client(mongoose.connection);

module.exports = client;