Skip to content

Commit 02efc9c

Browse files
authored
Remove obsolete default parameters (#82)
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
1 parent cce18a0 commit 02efc9c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)