mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 15:03:26 +00:00
Fixed extra space.
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user