Skip to content

Commit

Permalink
Merge pull request #459 from episphere/main
Browse files Browse the repository at this point in the history
Quest Reload Move
  • Loading branch information
anthonypetersen authored Sep 24, 2024
2 parents 4630f6a + 8f947b5 commit 45aa977
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions questionnaire.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,9 +979,7 @@ export async function submitQuestionnaire(store, questName) {
formData[`${questName}.COMPLETED`] = true;
formData[`${questName}.COMPLETED_TS`] = new Date();
try {
store(formData).then(() => {
location.reload();
});
store(formData);
} catch (e) {
console.log("Store failed", e);
}
Expand Down

0 comments on commit 45aa977

Please sign in to comment.