Skip to content

Commit

Permalink
fixed 1 code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Oct 17, 2023
1 parent 79b172f commit 85f593f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/store/modules/ccfriApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export default {

try {
let res = await ApiService.apiAxios.patch('/api/application/parentfee/', payload);
//console.log('the res is:' , res);
return res;
} catch (error) {
console.log(error);
Expand Down

0 comments on commit 85f593f

Please sign in to comment.