Skip to content

Commit

Permalink
use memberAddress for debug (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacodes authored Oct 31, 2024
1 parent 1693870 commit 4208060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ router.post('/message', async (req, res) => {

console.log('checking if already voted:', [
space,
body.address,
msg.payload.metadata.memberAddress,
msg.payload.proposalId
]);

Expand Down

0 comments on commit 4208060

Please sign in to comment.