We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3441e63 + 44ea139 commit f54c259Copy full SHA for f54c259
src/api/api.controller.ts
@@ -47,6 +47,7 @@ import { TelemetryService } from 'src/telemetry/telemetry.service';
47
const CryptoJS = require('crypto-js');
48
import { InjectRedis } from '@nestjs-modules/ioredis';
49
import Redis from 'ioredis';
50
+import fetch from 'node-fetch';
51
52
CryptoJS.lib.WordArray.words;
53
0 commit comments