Skip to content

Commit 9d56d52

Browse files
committed
these tests hate my extra data
1 parent 7fbc412 commit 9d56d52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controller/org.controller/org.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,6 @@ async function updateUser (req, res, next) {
11771177
} else {
11781178
msgStr = `No update parameters were specified for ${usernameParams}.`
11791179
}
1180-
msgStr += isRegistryQueryParam ? ' (Registry View)' : ' (Legacy View)' // Add view context to message
11811180

11821181
const finalResponseMessage = {
11831182
message: msgStr,

0 commit comments

Comments
 (0)