mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
lint compliance
This commit is contained in:
parent
f09ef072ac
commit
70ba468211
@ -931,7 +931,7 @@ HK.onChannelMessage = function (Env, Server, channel, msgStruct, cb) {
|
||||
Log.info("HK_SIGNED_MESSAGE_REJECTED", 'Channel '+channel.id);
|
||||
}
|
||||
// always abort if there was an error...
|
||||
cb('FAILED_VALIDATION);
|
||||
cb('FAILED_VALIDATION');
|
||||
return void w.abort();
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user