mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
fetch with proper no-cache
This commit is contained in:
@@ -172,4 +172,6 @@ export abstract class ApiService {
|
||||
token: string) => Promise<ListResponse<EventResponse>>;
|
||||
getEventsOrganizationUser: (organizationId: string, id: string,
|
||||
start: string, end: string, token: string) => Promise<ListResponse<EventResponse>>;
|
||||
|
||||
fetch: (request: Request) => Promise<Response>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user