chore: update sub-deps and fix lint

This commit is contained in:
Matteo Pagliazzi
2020-07-01 18:20:18 +02:00
parent b9d42bf0bc
commit 3d5630d5a2
72 changed files with 2519 additions and 3931 deletions

View File

@@ -92,7 +92,6 @@ function getBannedWordsFromText (message) {
return getMatchesByWordArray(message, bannedWords);
}
/**
* @api {post} /api/v3/groups/:groupId/chat Post chat message to a group
* @apiName PostChat
@@ -248,7 +247,6 @@ api.postChat = {
toSave.push(user.save());
}
await Promise.all(toSave);
const analyticsObject = {

View File

@@ -12,7 +12,6 @@ import {
castItemVal,
} from '../../libs/items/utils';
const api = {};
/**

View File

@@ -786,5 +786,4 @@ api.transferGems = {
},
};
export default api;

View File

@@ -283,7 +283,6 @@ api.rejectQuest = {
},
};
/**
* @api {post} /api/v3/groups/:groupId/quests/force-start Force-start a pending quest
* @apiName ForceQuestStart

View File

@@ -19,7 +19,6 @@ import {
* belonging to the user.
*/
const api = {};
/**