mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
fix
This commit is contained in:
parent
dfd6cd143c
commit
302a8541f3
@ -6,7 +6,7 @@ const upsertBanArchive = async (db, type, value) => {
|
||||
}
|
||||
|
||||
const removeBanArchive = async (db, type, value) => {
|
||||
await db.get(SQL`DELETE FROM bans WHERE type = ${type} AND value = ${value});`);
|
||||
await db.get(SQL`DELETE FROM bans WHERE type = ${type} AND value = ${value};`);
|
||||
}
|
||||
|
||||
const normaliseEmail = (email) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user