Browse Source

Set up statistics gathering queue

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

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

@ -141,12 +141,6 @@ export class StatisticsGatheringProcessor {
const $ = cheerio.load(body); const $ = cheerio.load(body);
console.log(
$(
'a[href="/ghostfolio/ghostfolio/graphs/contributors"] .Counter'
).text()
);
const value = $( const value = $(
'a[href="/ghostfolio/ghostfolio/graphs/contributors"] .Counter' 'a[href="/ghostfolio/ghostfolio/graphs/contributors"] .Counter'
).text(); ).text();

Loading…
Cancel
Save