1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00

Fixed extra space.

This commit is contained in:
Todd Martin
2025-11-22 19:53:36 -05:00
parent 191eec8162
commit 449ed97b9e

View File

@@ -450,7 +450,6 @@ export abstract class ApiService {
* @returns The access token, or an Error if no access token exists.
*/
abstract getActiveBearerToken(userId: UserId): Promise<string>;
abstract fetch(request: Request): Promise<Response>;
abstract nativeFetch(request: Request): Promise<Response>;