Skip to content

Commit 6cfb2d5

Browse files
KevLehmangaolin1
authored andcommitted
regression: Duplicated error messages when inviting invalid user to ABAC managed room (RocketChat#37866)
1 parent 911774b commit 6cfb2d5

File tree

1 file changed

+1
-0
lines changed
  • apps/meteor/app/slashcommands-invite/server

1 file changed

+1
-0
lines changed

apps/meteor/app/slashcommands-invite/server/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ slashCommands.add({
121121
msg: i18n.t(e.message, { lng: settings.get('Language') || 'en' }),
122122
});
123123
}
124+
return;
124125
}
125126

126127
if (isStringError(e)) {

0 commit comments

Comments
 (0)