Skip to content

Commit

Permalink
feat: disable DAA work until we can get back to it in the future.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Nov 18, 2024
1 parent a5855fb commit f6cd8f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/utils/DAAUtils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {checkEnv, envGroups} from './EnvironmentUtils';

export const DAAUtils = {
isEnabled: (): boolean => {
return 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 f6cd8f1

Please sign in to comment.