mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Fix lint warnings
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user