Skip to content

Commit

Permalink
relay: fix error on no metadata (#6883)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecsavvy authored Dec 8, 2023
1 parent 056be80 commit 9bced7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const decodeAbi = (data: string): ManageEntityParameters => {
entityType,
entityId,
action,
metadata: JSON.parse(metadata),
metadata,
nonce,
subjectSig,
};
Expand Down

0 comments on commit 9bced7d

Please sign in to comment.