Skip to content

Commit

Permalink
Fix: import node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Jan 7, 2025
1 parent 4127fde commit 44ea139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/api.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import { TelemetryService } from 'src/telemetry/telemetry.service';
const CryptoJS = require('crypto-js');
import { InjectRedis } from '@nestjs-modules/ioredis';
import Redis from 'ioredis';
import fetch from 'node-fetch';

CryptoJS.lib.WordArray.words;

Expand Down

0 comments on commit 44ea139

Please sign in to comment.