Skip to content

Commit

Permalink
Update src/utils/DAAUtils.ts
Browse files Browse the repository at this point in the history
fix typo

Co-authored-by: Phil Shapiro <[email protected]>
  • Loading branch information
rushtong and pshapiro4broad authored Nov 18, 2024
1 parent f6cd8f1 commit 79f7d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/DAAUtils.ts
Original file line number Diff line number Diff line change
@@ -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;
}
};

0 comments on commit 79f7d25

Please sign in to comment.