mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-08 05:25:21 +00:00
fix(lint): unused var
This commit is contained in:
parent
3c73322980
commit
7025f92c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import {
|
|||
NotAuthorized,
|
||||
} from '../../libs/errors';
|
||||
import { removeFromArray } from '../../libs/collectionManipulators';
|
||||
import { getUserInfo, getGroupUrl } from '../../libs/email';
|
||||
import { getUserInfo } from '../../libs/email';
|
||||
import * as slack from '../../libs/slack';
|
||||
import { chatReporterFactory } from '../../libs/chatReporting/chatReporterFactory';
|
||||
import bannedWords from '../../libs/bannedWords';
|
||||
|
|
|
|||
Loading…
Reference in a new issue