Browse Source

Set up statistics gathering queue

pull/6696/head
Thomas Kaul 2 months ago
parent
commit
53a468f185
  1. 4
      apps/api/src/services/queues/statistics-gathering/statistics-gathering.processor.ts

4
apps/api/src/services/queues/statistics-gathering/statistics-gathering.processor.ts

@ -146,9 +146,7 @@ export class StatisticsGatheringProcessor {
).text(); ).text();
if (!value) { if (!value) {
throw new Error( throw new Error('Could not find the contributors count in the page');
'Could not find the number of contributors in the page'
);
} }
return extractNumberFromString({ return extractNumberFromString({

Loading…
Cancel
Save