Skip to content

Commit

Permalink
lint nits
Browse files Browse the repository at this point in the history
  • Loading branch information
timotejroiko committed Mar 17, 2021
1 parent 392c144 commit d6d11ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Base {
const [c, h, hc] = this._backups;
const flag = !Number.isInteger(_flag) ? z._defaultFlushFlag : _flag;
const data = !Buffer.isBuffer(_data) ? Buffer.from(_data) : _data;
let buffer = this._buffer;
const buffer = this._buffer;
let result;
let error;
z.close = () => void 0;
Expand Down

0 comments on commit d6d11ca

Please sign in to comment.