Skip to content

Commit 44ea139

Browse files
committed
Fix: import node-fetch
1 parent 4127fde commit 44ea139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/api.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import { TelemetryService } from 'src/telemetry/telemetry.service';
4747
const CryptoJS = require('crypto-js');
4848
import { InjectRedis } from '@nestjs-modules/ioredis';
4949
import Redis from 'ioredis';
50+
import fetch from 'node-fetch';
5051

5152
CryptoJS.lib.WordArray.words;
5253

0 commit comments

Comments
 (0)