Skip to content

Commit a05e940

Browse files
committed
remove query check for updateOrg
1 parent 1af6b9e commit a05e940

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controller/org.controller/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,6 @@ router.put('/org/:shortname',
11781178
mw.validateUser,
11791179
mw.onlySecretariat,
11801180
validateUpdateOrgParameters(),
1181-
query().custom((query) => { return mw.validateQueryParameterNames(query, ['']) }),
11821181
parseError,
11831182
parsePostParams,
11841183
controller.ORG_UPDATE_SINGLE)

0 commit comments

Comments
 (0)