Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
SamratSahoo committed Nov 13, 2024
1 parent c542714 commit 1bd3043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/pages/api/user/training.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export default APIWrapper({
handlerAnimal.totalHours < 800
? "800"
: handlerAnimal.totalHours < 1600
? "1600"
: "3200",
? "1600"
: "3200",
}
);
}
Expand Down

0 comments on commit 1bd3043

Please sign in to comment.