Fix lint warnings

This commit is contained in:
Jonas Lochmann
2019-09-16 11:11:00 +02:00
parent 5987583ca3
commit 249cf52971
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export const sendUninstallWarningMail = async ({ receiver, deviceName }: {
})
}
export function isMailServerBlacklisted(mail: string) {
export function isMailServerBlacklisted (mail: string) {
const parts = mail.split('@')
const domain = parts[parts.length - 1]