mirror of
https://github.com/bitwarden/browser
synced 2026-02-14 23:45:37 +00:00
added void
This commit is contained in:
@@ -33,7 +33,7 @@ export class DesktopRoutedVaultFilterBridgeService extends RoutedVaultFilterBrid
|
||||
const vaultCommands = [DesktopRoutedVaultFilterBridgeService.VAULT_ROUTE];
|
||||
|
||||
// FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
|
||||
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
||||
this.desktopRouter.navigate(vaultCommands, extras);
|
||||
|
||||
void this.desktopRouter.navigate(vaultCommands, extras);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user