1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 23:45:37 +00:00

added void

This commit is contained in:
Leslie Xiong
2025-12-18 15:59:35 -05:00
parent 742bcaa535
commit 75c7e9c097

View File

@@ -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);
}
}