Skip to content

Commit

Permalink
Merge pull request #295 from bnb-chain/wenty/aggregator
Browse files Browse the repository at this point in the history
feat: Open fetchCoingeckoTokens task
  • Loading branch information
wenty22 authored Jan 22, 2025
2 parents 1094af1 + 831e4e2 commit 3bef051
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export class TokenProcessor extends WorkerHost {

async process(job: Job<ITokenJob>) {
switch (job.name) {
// case Tasks.fetchCoingeckoTokens:
// return this.fetchCoingeckoTokens();
case Tasks.fetchCoingeckoTokens:
return this.fetchCoingeckoTokens();
case Tasks.fetchCmcTokens:
return this.fetchCmcTokens(job);

Expand Down

0 comments on commit 3bef051

Please sign in to comment.