1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-15 10:35:20 +01:00

fixed merge conflict

This commit is contained in:
gbubemismith 2023-08-15 15:35:18 -04:00
parent f397c09096
commit abe16005f6
No known key found for this signature in database

View File

@ -396,7 +396,7 @@ export default class MainBackground {
// AuthService should send the messages to the background not popup.
send = (subscriber: string, arg: any = {}) => {
const message = Object.assign({}, { command: subscriber }, arg);
that.runtimeBackground.processMessage(message, that as any, null);
that.runtimeBackground.processMessage(message, that as any);
};
})();
this.authService = new AuthService(