Skip to content

Commit b47d998

Browse files
committed
fix(formatted): make value field optional
1 parent b0a32c9 commit b47d998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const formatHypercertData = ({
4848
external_url?: string;
4949
image: string;
5050
version: string;
51-
properties?: { trait_type: string; value: string; [k: string]: unknown }[];
51+
properties?: { trait_type: string; value?: string; [k: string]: unknown }[];
5252
impactScope: string[];
5353
excludedImpactScope: string[];
5454
workScope: string[];

0 commit comments

Comments
 (0)