Skip to content

Commit a9f20db

Browse files
committed
remove old params
Signed-off-by: David BRAQUART <[email protected]>
1 parent cce18a0 commit a9f20db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/rest-api.ts

-2
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ export type MetadataStudy = MetadataCommon & {
188188
};
189189
};
190190
defaultParametersValues?: {
191-
fluxConvention?: string;
192191
enableDeveloperMode?: string; //maybe 'true'|'false' type?
193-
mapManualRefresh?: string; //maybe 'true'|'false' type?
194192
};
195193
};
196194

0 commit comments

Comments
 (0)