From 158f6196e9982b1670435e209f7b350765da6c29 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 24 Apr 2024 14:16:17 -0500 Subject: [PATCH] remove completed todo --- backend/src/proposals.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/proposals.js b/backend/src/proposals.js index 89d4ff4..20ae834 100644 --- a/backend/src/proposals.js +++ b/backend/src/proposals.js @@ -5,7 +5,6 @@ const { sendNewProposalEvent } = require('./matrix'); // Subscribe to proposal events const start = () => { proposals.on('NewProposal', async (proposalIndex) => { - // TODO: Cache these in leveldb so we know when we've already seen one and sent to matrix console.log('New Proposal, index', proposalIndex); const proposal = await proposals.proposals(proposalIndex);