| 11 | |
| 12 | module.exports = (SkippedContacts = (function () { |
| 13 | SkippedContacts = class SkippedContacts extends CocoCollection { |
| 14 | static initClass () { |
| 15 | this.prototype.model = SkippedContact |
| 16 | this.prototype.url = '/db/skipped-contact' |
nothing calls this directly
no outgoing calls
no test coverage detected