Skip to content

Commit

Permalink
fix: added node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Dec 12, 2024
1 parent f2412c8 commit 7416dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"node-fetch": "^3.3.2",
"passport": "^0.5.2",
"passport-http": "^0.3.0",
"passport-jwt": "^4.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/telemetry/telemetry.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { HttpException, HttpStatus, Injectable, Logger } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import fetch, { Headers } from 'node-fetch';

@Injectable()
export class TelemetryService {
Expand Down

0 comments on commit 7416dbc

Please sign in to comment.