Skip to content

Commit 76e1089

Browse files
🐛 fix variable name
1 parent cf13681 commit 76e1089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/requestwrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
} from './helper';
2525
import { PassThrough as readableStream } from 'stream';
2626

27-
const pkgPath = require('../package.json');
27+
const pkg = require('../package.json');
2828
const isBrowser = typeof window === 'object';
2929

3030
/**

0 commit comments

Comments
 (0)