Skip to content

Commit

Permalink
fix: remove debug comment, #1034
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng committed Sep 4, 2024
1 parent 18a2682 commit 1fec1cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async function checkSocietyVote({
snapshotHeight,
);
if (!societyMember.data) {
// throw new HttpError(400, "You are not the society member");
throw new HttpError(400, "You are not the society member");
}
}

Expand Down

0 comments on commit 1fec1cd

Please sign in to comment.