Skip to content

Commit b87e59d

Browse files
6david9SharzyL
authored andcommitted
[Fix] import Buffer explicitly
1 parent 4e84769 commit b87e59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/auth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { WorkerError } from "./common.js"
2+
import { Buffer } from 'node:buffer'
23

34
// Encoding function
45
export function encodeBasicAuth(username, password) {

0 commit comments

Comments
 (0)