Skip to content

Commit

Permalink
IDVA5-1337 [Registration] Sole Trader Only IDV - Feature Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rdas-ch committed Nov 4, 2024
1 parent 09ee8f8 commit 114fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
PIWIK_URL,
PIWIK_SITE_ID
} from "./utils/properties";
import { BASE_URL, SOLE_TRADER, SOLE_TRADER_WHAT_IS_YOUR_ROLE, HEALTHCHECK, ACCESSIBILITY_STATEMENT } from "./types/pageURL";
import { BASE_URL, SOLE_TRADER, HEALTHCHECK, ACCESSIBILITY_STATEMENT } from "./types/pageURL";
import { commonTemplateVariablesMiddleware } from "./middleware/common_variables_middleware";
import { getLocalesService, selectLang } from "./utils/localise";
import { ErrorService } from "./services/errorService";
Expand Down

0 comments on commit 114fd89

Please sign in to comment.