add mising await

This commit is contained in:
Barış Soner Uşaklı
2026-04-13 09:52:29 -04:00
parent 620a62f18d
commit 5709a7b317

View File

@@ -61,7 +61,7 @@ UserReset.send = async function (email) {
return code;
} finally {
db.deleteObjectField('locks', `reset${uid}`);
await db.deleteObjectField('locks', `reset${uid}`);
}
};