Skip to content

Commit

Permalink
remove body.address fallback in vote submission
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacodes committed Oct 28, 2024
1 parent beb5d05 commit 3943aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/helpers/adapters/postgres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const format = (
// the signer of the DAO via KMS. This will allow us to ensure that the vote is
// correctly attributed to the DAO member when using KMS and checking the
// vote history of a member via `getVoteBySender`.
msg.payload.metadata.memberAddress || body.address,
msg.payload.metadata.memberAddress,
msg.version,
msg.timestamp,
space,
Expand Down

0 comments on commit 3943aba

Please sign in to comment.