module fix
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 22s

This commit is contained in:
2026-03-20 21:54:56 -04:00
parent 7069dd7145
commit 08b53d0e39

View File

@@ -490,8 +490,6 @@ const Scans = {
}
};
module.exports = { Users, Hunts, Packages, Scans, OrganizerApplications, generateCode };
// ─── Organizer Applications ──────────────────────────────
const OrganizerApplications = {
submit(userId, reason) {
@@ -523,3 +521,5 @@ const OrganizerApplications = {
db.prepare('DELETE FROM organizer_applications WHERE user_id = ?').run(userId);
}
};
module.exports = { Users, Hunts, Packages, Scans, OrganizerApplications, generateCode };