We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572ab56 commit f74bb65Copy full SHA for f74bb65
src/controller/registry-org.controller/registry-org.controller.js
@@ -2,7 +2,6 @@ const mongoose = require('mongoose')
2
const logger = require('../../middleware/logger')
3
const { getConstants } = require('../../constants')
4
const RegistryOrg = require('../../model/registry-org')
5
-const RegistryUser = require('../../model/registry-user')
6
const errors = require('./error')
7
const error = new errors.RegistryOrgControllerError()
8
const validateUUID = require('uuid').validate
0 commit comments