Skip to content

Commit

Permalink
fix: correct ipfs metadata validation
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Jan 22, 2024
1 parent fa2fb7d commit 1fd56fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/events/src/ipfs/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const createMetadataFor = <T extends MetadataType>(
: data;

const res = typia.validate<Metadata>({
type,
name: type,
data: result,
version: METADATA_VERSION,
});
Expand Down

0 comments on commit 1fd56fa

Please sign in to comment.