eslint 8.57 WIP:

* tweaking rules
* fixing issues
This commit is contained in:
John Livingston
2024-09-09 18:47:21 +02:00
parent 7b3d93b290
commit c010758164
42 changed files with 361 additions and 178 deletions

View File

@ -289,7 +289,7 @@ function _sanitizePeertubeLiveChatInfosV0 (
logger.debug('We are have to migrate data from the old JSONLD format')
if (chatInfos === false) { return false }
if (!_assertObjectType(chatInfos)) { return false}
if (!_assertObjectType(chatInfos)) { return false }
if (chatInfos.type !== 'xmpp') { return false }
if (typeof chatInfos.jid !== 'string') { return false }