Skip to content

Commit

Permalink
object destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 14, 2024
1 parent e00217d commit 763df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/brain/src/modules/cron/sendProofOfAttestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function getProofsOfAttestations(
payload,
pubkey,
signature,
network: network,
network,
tag: dbPubkeysDetails[pubkey].tag,
};
} catch (e) {
Expand Down

0 comments on commit 763df61

Please sign in to comment.