Skip to content

Commit 6bd7a6d

Browse files
dbraquartklesaulnier
authored andcommitted
Remove obsolete default parameters (#82)
Signed-off-by: David BRAQUART <david.braquart@rte-france.com> Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
1 parent cce18a0 commit 6bd7a6d

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)