diff --git a/src/utils/DAAUtils.ts b/src/utils/DAAUtils.ts index 4f71ddb13..b7f76313d 100644 --- a/src/utils/DAAUtils.ts +++ b/src/utils/DAAUtils.ts @@ -1,6 +1,6 @@ export const DAAUtils = { isEnabled: (): boolean => { - // TODO: When we get back to working on, this, enable with `checkEnv(envGroups.NON_PROD);` + // TODO: When we get back to working on this, enable with `checkEnv(envGroups.NON_PROD);` return false; } };