module fix
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 22s
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 22s
This commit is contained in:
@@ -490,8 +490,6 @@ const Scans = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = { Users, Hunts, Packages, Scans, OrganizerApplications, generateCode };
|
|
||||||
|
|
||||||
// ─── Organizer Applications ──────────────────────────────
|
// ─── Organizer Applications ──────────────────────────────
|
||||||
const OrganizerApplications = {
|
const OrganizerApplications = {
|
||||||
submit(userId, reason) {
|
submit(userId, reason) {
|
||||||
@@ -523,3 +521,5 @@ const OrganizerApplications = {
|
|||||||
db.prepare('DELETE FROM organizer_applications WHERE user_id = ?').run(userId);
|
db.prepare('DELETE FROM organizer_applications WHERE user_id = ?').run(userId);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
module.exports = { Users, Hunts, Packages, Scans, OrganizerApplications, generateCode };
|
||||||
|
|||||||
Reference in New Issue
Block a user