weacast/weacast-probe

View on GitHub
src/models/probes.model.mongodb.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module.exports = function (app, options) {
  options.Model = app.db.collection('probes', options.dbName)
}