mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
chore: update sub-deps and fix lint
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -12,7 +12,6 @@ import {
|
||||
castItemVal,
|
||||
} from '../../libs/items/utils';
|
||||
|
||||
|
||||
const api = {};
|
||||
|
||||
/**
|
||||
|
||||
@@ -786,5 +786,4 @@ api.transferGems = {
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
export default api;
|
||||
|
||||
@@ -283,7 +283,6 @@ api.rejectQuest = {
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @api {post} /api/v3/groups/:groupId/quests/force-start Force-start a pending quest
|
||||
* @apiName ForceQuestStart
|
||||
|
||||
@@ -19,7 +19,6 @@ import {
|
||||
* belonging to the user.
|
||||
*/
|
||||
|
||||
|
||||
const api = {};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user