Skip to content

Commit

Permalink
fix: custom string props are now parsed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Dec 19, 2024
1 parent b878fca commit 697d682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parseCustomProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function parseCustomProperties<T extends { customProperties?: CustomPrope
} as CustomObject
break

case 'string':
default:
target.customProperties[customPropertyName] = {
type: customPropertyType,
value: customPropertyValue,
Expand Down

0 comments on commit 697d682

Please sign in to comment.