fix compile

This commit is contained in:
Tara Zou 2024-04-26 16:12:56 -04:00
parent c7c0a3a979
commit 7fbc33e82b

View File

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