Skip to content

Commit

Permalink
debug: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Jun 13, 2024
1 parent 156b065 commit b6bee14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/CounterDisplay/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const fetchCurrentValue = async () => {

const response = await axios.get(endpoint);
console.log("Response:", response.data); // Debug log

if (response.data && typeof response.data.CurrentValue === "number") {
return { currentValue: response.data.CurrentValue, error: null };
} else {
Expand Down

0 comments on commit b6bee14

Please sign in to comment.