Skip to content

Commit 74e4500

Browse files
committed
fix lint
1 parent a420570 commit 74e4500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node/base64.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import bufferFrom from 'buffer-from';
1+
import bufferFrom from "buffer-from";
22

33
export function encode(data) {
44
return bufferFrom(String(data)).toString("base64");

0 commit comments

Comments
 (0)