Skip to content

Commit

Permalink
Merge branch 'main' into ORV2-3259
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-aot authored Jan 30, 2025
2 parents 51f60e9 + 819456f commit 23235b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicles/src/common/constants/api.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const TOKEN_EXPIRY_BUFFER = 15;
export const PERMISSIONS_KEY = 'permissions';
export const TIMEZONE_PACIFIC = 'America/Vancouver';
export const GL_PROJ_CODE_PLACEHOLDER = 'PROJECT';
export const THIRD_PARTY_LIABILITY_DANGEROUS_GOODS = 'Dangerous Goods';
export const THIRD_PARTY_LIABILITY_DANGEROUS_GOODS = 'Dangerous Goods ($2,000,000)';
export const THIRD_PARTY_LIABILITY_GENERAL_GOODS = 'General Goods ($1,000,000)';

0 comments on commit 23235b3

Please sign in to comment.