Skip to content

Commit

Permalink
setting condenser to default to on
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin Smith committed Feb 21, 2025
1 parent a8d68cb commit 7e52e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/services/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const DEFAULT_SETTINGS: Settings = {
SECURITY_ANALYZER: "",
REMOTE_RUNTIME_RESOURCE_FACTOR: 1,
GITHUB_TOKEN_IS_SET: false,
ENABLE_DEFAULT_CONDENSER: false,
ENABLE_DEFAULT_CONDENSER: true,
USER_CONSENTS_TO_ANALYTICS: false,
};

Expand Down

0 comments on commit 7e52e5c

Please sign in to comment.