Fix lint error

This commit is contained in:
Phillip Thelen
2019-10-01 13:26:42 +02:00
parent 2d3f2500e8
commit e2781964bb
2 changed files with 0 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ import { getMatchesByWordArray } from '../../libs/stringUtils';
import bannedSlurs from '../../libs/bannedSlurs';
import apiError from '../../libs/apiError';
import {highlightMentions} from '../../libs/highlightMentions';
import {sendNotification} from '../../libs/pushNotifications';
const FLAG_REPORT_EMAILS = nconf.get('FLAG_REPORT_EMAIL').split(',').map((email) => {
return { email, canSend: true };