Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 23, 2023
1 parent 77f134a commit b17511d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Admin/Settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default {
this.$root.catch401(response);
if (response.status == 200) {
// console.log(response);
console.log(response);
this.uptime_warning = parseFloat(response.detail?.uptime_warning).toFixed(3);
this.uptime_probation = parseFloat(response.detail?.uptime_probation).toFixed(3);
this.eras_required_to_vote = response.detail?.eras_required_to_vote;
Expand Down

0 comments on commit b17511d

Please sign in to comment.