fix: typo in flags

isekai-main
Barış Soner Uşaklı 3 years ago
parent 755860f16b
commit bc4b19b4d7

@ -51,7 +51,7 @@ flagsApi.appendNote = async (caller, data) => {
} }
} catch (e) { } catch (e) {
// Okay if not does not exist in database // Okay if not does not exist in database
if (!e.message === '[[error:invalid-data]]') { if (e.message !== '[[error:invalid-data]]') {
throw e; throw e;
} }
} }

Loading…
Cancel
Save