mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
lint spec dir
This commit is contained in:
@@ -79,6 +79,6 @@ export class NodeCryptoFunctionService implements CryptoFunctionService {
|
||||
}
|
||||
|
||||
private toNodeBuffer(value: ArrayBuffer): Buffer {
|
||||
return Buffer.from(new Uint8Array(value) as any);;
|
||||
return Buffer.from(new Uint8Array(value) as any);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user