Skip to content

Commit e2e8e85

Browse files
author
Pablo
committed
chore: adds missing default value
(cherry picked from commit fbc930f511829c69d4a536518f563298e4509372)
1 parent 6d1fd59 commit e2e8e85

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/openbim/IDSSpecifications/src/importers

1 file changed

+1
-1
lines changed

packages/core/src/openbim/IDSSpecifications/src/importers/parameter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { IDSFacetParameter } from "../types";
22

33
export const getParameterValue = (
44
property: any,
5-
parseNumericString: boolean,
5+
parseNumericString: boolean = true,
66
) => {
77
if (!property) return undefined;
88
const result: Partial<IDSFacetParameter> = {};

0 commit comments

Comments
 (0)