Skip to content

Commit

Permalink
chore: add reminder to remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu committed Oct 20, 2023
1 parent 1728469 commit 496e3cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entities/Proposal/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ async function updateProposalsAndBudgets(proposalsWithOutcome: ProposalWithOutco
const updateQueries = [...proposalUpdateQueriesByStatus, ...budgetUpdateQueries]

const clientQueries = updateQueries.map(({ text, values }) => {
//TODO: remove logging before deploying to prod
console.log('text', text)
console.log('values', values)
return client.query(text, values)
Expand Down

0 comments on commit 496e3cf

Please sign in to comment.