mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
[EC-598] chore: remove unecessary return statement
This commit is contained in:
@@ -239,7 +239,6 @@ export default class RuntimeBackground {
|
||||
.assertCredential(msg.data, this.createAbortController(msg.requestId))
|
||||
.finally(() => this.abortControllers.delete(msg.requestId));
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
|
||||
private async autofillPage(tabToAutoFill: chrome.tabs.Tab) {
|
||||
|
||||
Reference in New Issue
Block a user