Skip to content

Commit 0c10c46

Browse files
Merge pull request #33 from TogetherCrew/20-oci-discourse-verification
fix: add metadata to encode
2 parents 287412f + 9af58b0 commit 0c10c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eas/eas.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class EasService {
169169
key,
170170
anyJwtPayload.provider,
171171
secret,
172-
JSON.stringify({}, null, 0),
172+
JSON.stringify(anyJwtPayload.metadata || {}, null, 0),
173173
]);
174174
const attestationPayload = this.buildAttestationPayload(
175175
chainId,

0 commit comments

Comments
 (0)