File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 31993199 },
32003200 "description" : " The shortname of the organization"
32013201 },
3202- {
3203- "name" : " registry" ,
3204- "in" : " query" ,
3205- "schema" : {
3206- "type" : " string"
3207- }
3208- },
32093202 {
32103203 "$ref" : " #/components/parameters/id_quota"
32113204 },
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const BaseOrg = require('../model/baseorg')
2020const BaseUser = require ( '../model/baseuser' )
2121const ReviewObject = require ( '../model/reviewobject' )
2222const Conversation = require ( '../model/conversation' )
23+ const Audit = require ( '../model/audit' )
2324
2425const error = new errors . IDRError ( )
2526
@@ -32,7 +33,8 @@ const populateTheseCollections = {
3233 BaseOrg : BaseOrg ,
3334 BaseUser : BaseUser ,
3435 ReviewObject : ReviewObject ,
35- Conversation : Conversation
36+ Conversation : Conversation ,
37+ Audit : Audit
3638}
3739
3840const indexesToCreate = {
You can’t perform that action at this time.
0 commit comments