Skip to content

Commit

Permalink
[Fix] import Buffer explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
6david9 authored and SharzyL committed Apr 13, 2024
1 parent 4e84769 commit b87e59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { WorkerError } from "./common.js"
import { Buffer } from 'node:buffer'

// Encoding function
export function encodeBasicAuth(username, password) {
Expand Down

0 comments on commit b87e59d

Please sign in to comment.