Skip to content

Commit d25d0f0

Browse files
nikgrafCopilot
andauthored
Update packages/hypergraph/src/utils/convert-property-value.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1be5847 commit d25d0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/hypergraph/src/utils/convert-property-value.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const convertPropertyValue = (
1212
return property.string;
1313
}
1414
if (propertyType.value === 'boolean') {
15-
// Handle case where number is stored as string in the API
15+
// Handle case where boolean is stored as string in the API
1616
if (property.boolean != null) {
1717
return Boolean(property.boolean);
1818
}

0 commit comments

Comments
 (0)