Skip to content

Commit

Permalink
Set realistic milestone limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nlinnanen committed May 7, 2024
1 parent 65cd370 commit bbb6025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const COEFFICIENTS: Record<Sport, number> = {
cycle: 0.2,
};
// The limit for the number of points that is needed to achieve the milestone
export const MILESTONE_LIMIT = 400;
export const MILESTONE_LIMIT = 50;

export const INVALID_INPUT_STICKERS = [
"CAACAgQAAxkBAAIDpGPZi6i22MLQy6eNj5DQEFhhv03uAAJkAAOBtmEJhHIBjFv2YK4tBA",
Expand Down

0 comments on commit bbb6025

Please sign in to comment.