1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Fix linting errors

This commit is contained in:
Hinton
2020-11-30 15:10:57 +01:00
parent ed0acdead2
commit 28943f4bc1
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ export class NativeMessagingProxy {
run() {
this.ipc.connect();
this.nativeMessage.listen();
this.ipc.onMessage = this.nativeMessage.send;
}
}