remove completed todo
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s Details

This commit is contained in:
Ladd Hoffman 2024-04-24 14:16:17 -05:00
parent b140d851e5
commit 158f6196e9
1 changed files with 0 additions and 1 deletions

View File

@ -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);