Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty authored Feb 24, 2025
1 parent b40d8f2 commit 7d1fcb3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion client/src/utils/context/appParams.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,5 @@ export const DEFAULT_APP_PARAMS: AppParams = {
UPLOAD_THRESHOLD: DEFAULT_UPLOAD_THRESHOLD,
USER_PREFERENCES_MAX_PINNED_PROJECTS:
DEFAULT_USER_PREFERENCES_MAX_PINNED_PROJECTS,
// new
IMAGE_BUILDERS_ENABLED: false,
};
2 changes: 0 additions & 2 deletions client/src/utils/context/appParams.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export interface AppParams {
UI_VERSION: string;
UPLOAD_THRESHOLD: UploadThresholdParams;
USER_PREFERENCES_MAX_PINNED_PROJECTS: number;

// new
IMAGE_BUILDERS_ENABLED: boolean;
}

Expand Down
1 change: 0 additions & 1 deletion client/src/utils/context/appParams.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export function validatedAppParams(params: unknown): AppParams {
UI_VERSION,
UPLOAD_THRESHOLD,
USER_PREFERENCES_MAX_PINNED_PROJECTS,
// new
IMAGE_BUILDERS_ENABLED,
};
}
Expand Down

0 comments on commit 7d1fcb3

Please sign in to comment.