Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
micnori committed Sep 10, 2024
2 parents 4f39ac2 + beaa9d9 commit aba5c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const WEEKLY_LIMIT_VIRTUAL_POINTS= "weeklyLimitvirtualPoints";
export const MONTHLY_LIMIT_VIRTUAL_POINTS= "monthlyLimitvirtualPoints";
export const DAILY_LIMIT_TRIPS_NUMBER= "dailyLimitTripsNumber";
export const WEEKLY_LIMIT_TRIPS_NUMBER= "weeklyLimitTripsNumber";
export const MONTHLY_LIMIT_TRIPS_NUMBER= "weeklyLimitTripsNumber";
export const MONTHLY_LIMIT_TRIPS_NUMBER= "monthlyLimitTripsNumber";
export const DAILY_LIMIT_VIRTUAL_POINTS_SPEC_LABLE= "scoreDailyLimit";
export const WEEKLY_LIMIT_VIRTUAL_POINTS_SPEC_LABLE= "scoreWeeklyLimit";
export const MONTHLY_LIMIT_VIRTUAL_POINTS_SPEC_LABLE= "scoreMonthlyLimit";
Expand Down

0 comments on commit aba5c59

Please sign in to comment.