Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Fix maintenance calories (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 2, 2018
1 parent 8219651 commit 4ab689e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calculator/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const LEAN_BULK = 'LEAN_BULK';
const RECOMP = 'RECOMP';

export const kinobodyProgramModeValues = {
[LEAN_BULK]: 16,
[LEAN_BULK]: 15,
[RECOMP]: 15,
};

Expand Down

0 comments on commit 4ab689e

Please sign in to comment.