Skip to content

Commit

Permalink
chore: remove comments (#1378)
Browse files Browse the repository at this point in the history
* fix: copy typos

* chore: remove testing console log

* fix: typo
  • Loading branch information
1emu authored Oct 31, 2023
1 parent 15b3cd4 commit 0a13eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/entities/Proposal/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ async function updateProposalsAndBudgets(proposalsWithOutcome: ProposalWithOutco
const updateQueries = [...proposalUpdateQueriesByStatus, ...budgetUpdateQueries]

const clientQueries = updateQueries.map(({ text, values }) => {
//TODO: remove after we check it works in staging
console.log('text', text)
console.log('values', values)
return client.query(text, values)
})

Expand Down
4 changes: 2 additions & 2 deletions src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,9 +1095,9 @@
"draft_text": "**Given this initiative has passed,** it is eligible for being drafted.",
"governance_text": "**Given this draft has passed,** it is elegible for being turned into\na Binding Governance Proposal.",
"tender_text": "**Propose a solution.** Calling all community members.",
"submit_tender_label": "Submit Tender PRoposal",
"submit_tender_label": "Submit Tender Proposal",
"info_text": "Why does this matter? [More info](https://forum.decentraland.org/t/dao-qmsjxh1-dao-governance-proposal-stages/3584)",
"submit_bid_proposal_text": "**This issues has to be addressed.** Calling all professional teams",
"submit_bid_proposal_text": "**These issues have to be addressed.** Calling all professional teams",
"submit_bid_proposal_label": "Submit Bid Proposal",
"submitted_bid_proposal_label": "Bid Proposal Submitted",
"submit_bid_info": "Bidding begins **soon**",
Expand Down

0 comments on commit 0a13eee

Please sign in to comment.