We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014aff2 commit 13df28eCopy full SHA for 13df28e
1 file changed
redis/dashboardCache.ts
@@ -134,11 +134,7 @@ const generateDashboardDataFromStream = async function (
134
const thresholds = createThresholds(today, monthStart, nMonthsTotal)
135
136
// Process all payments
137
- console.log('WIP will go through paymentStream', paymentStream)
138
- let wip = 0
139
for await (const payment of paymentStream) {
140
- console.log('wip counter', wip)
141
- wip += 1
142
const paymentTime = moment(payment.timestamp * 1000)
143
144
// Process button data and assign to relevant periods
0 commit comments