Skip to content

Commit

Permalink
remove old params
Browse files Browse the repository at this point in the history
Signed-off-by: David BRAQUART <[email protected]>
  • Loading branch information
dbraquart committed Feb 4, 2025
1 parent 274bc86 commit 20e5097
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/apps-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ export type MetadataStudy = Metadata & {
};
};
defaultParametersValues?: {
fluxConvention?: string;
enableDeveloperMode?: string; //maybe 'true'|'false' type?
mapManualRefresh?: string; //maybe 'true'|'false' type?
};
};

Expand Down

0 comments on commit 20e5097

Please sign in to comment.