Skip to content

Commit 02efc9c

Browse files
authored
Remove obsolete default parameters (#82)
Signed-off-by: David BRAQUART <[email protected]>
1 parent cce18a0 commit 02efc9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/rest-api.ts

Lines changed: 0 additions & 2 deletions
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)