Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 30, 2017
1 parent a420570 commit 74e4500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node/base64.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import bufferFrom from 'buffer-from';
import bufferFrom from "buffer-from";

export function encode(data) {
return bufferFrom(String(data)).toString("base64");
Expand Down

0 comments on commit 74e4500

Please sign in to comment.