#54-Application-tweaks #62

Merged
Ajdj100 merged 12 commits from #54-Application-tweaks into main 2025-12-11 19:54:03 -06:00
Showing only changes of commit df89d9bf67 - Show all commits

View File

@@ -17,8 +17,8 @@ router.post('/', async (req, res) => {
const appVersion = 1;
createApplication(memberID, appVersion, JSON.stringify(App))
setUserState(memberID, MemberState.Applicant);
await createApplication(memberID, appVersion, JSON.stringify(App))
await setUserState(memberID, MemberState.Applicant);
res.sendStatus(201);
} catch (err) {