remove completed todo
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s
Details
This commit is contained in:
parent
b140d851e5
commit
158f6196e9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue