mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +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