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 f5230d7 commit 3ed95b4Copy full SHA for 3ed95b4
src/scripts/migrate.js
@@ -174,7 +174,7 @@ async function orgHelper (db) {
174
// Doc to update existing org record, or to be created
175
176
let type = 'CNAOrg'
177
- if (doc.short_name.toLowerCase().includes('mitre')) { type = 'SECRETARIAT' }
+ if (doc.short_name.toLowerCase().includes('mitre')) { type = 'SecretariatOrg' }
178
updateDoc = {
179
$set: {
180
UUID: doc.UUID,
0 commit comments