mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
lint fixes
This commit is contained in:
@@ -23,7 +23,7 @@ export class EncodeCommand {
|
||||
});
|
||||
process.stdin.on('end', () => {
|
||||
const b64 = new Buffer(input, 'utf8').toString('base64');
|
||||
var res = new StringResponse(b64);
|
||||
const res = new StringResponse(b64);
|
||||
resolve(Response.success(res));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user