Skip to content

Commit

Permalink
Fix global config name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsaghy committed Oct 2, 2024
1 parent 3990366 commit 2b730bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/settings/settings.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { environment } from '../../environments/environment';
export class SettingsService {

public static businessDateFormat = 'yyyy-MM-dd';
public static businessDateConfigName = 'enable_business_date';
public static businessDateConfigName = 'enable-business-date';
public static businessDateType = 'BUSINESS_DATE';
public static cobDateType = 'COB_DATE';
minAllowedDate = new Date(1950, 0, 1);
Expand Down

0 comments on commit 2b730bb

Please sign in to comment.