mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 06:56:38 +00:00
fix compile
This commit is contained in:
parent
c7c0a3a979
commit
7fbc33e82b
@ -168,7 +168,6 @@ export async function getOfferingIdsRequest<T>({
|
||||
method,
|
||||
body: requestBody,
|
||||
queryParams,
|
||||
contentType,
|
||||
}: Options): Promise<{ result: T; operationStatusUrl: string }> {
|
||||
const url = new URL(path, host);
|
||||
url.searchParams.append("api-version", configContext.armAPIVersion || apiVersion);
|
||||
|
Loading…
Reference in New Issue
Block a user