Skip to content
Snippets Groups Projects
Commit 704bf14e authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: fix ts fault

parent c1b1fdf2
No related branches found
No related tags found
1 merge request!82feat: Added info for saved so far and end date to elements in list. And...
Pipeline #283451 passed with warnings
......@@ -298,7 +298,7 @@ export default {
};
try {
await GoalService.updateChallengeAmount({requestBody: createGoalPayload})
} catch (e) {
} catch (e: any) {
console.log(e.message)
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment