File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ async function performApiRequest<T, V>(
169169 }
170170
171171 const queryParamString = querystring ( {
172- key : auth . config . apiKey ,
173- ...params
174- } ) . slice ( 1 ) ;
172+ key : auth . config . apiKey ,
173+ ...params
174+ } ) . slice ( 1 ) ;
175175
176176 const headers = await ( auth as AuthInternal ) . _getAdditionalHeaders ( ) ;
177177 headers [ HttpHeader . CONTENT_TYPE ] = 'application/json' ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export function mockRegionalEndpointWithParent(
6464 status = 200
6565) : Route {
6666 let url = `${ TEST_SCHEME } ://${ TEST_HOST } ${ parent } ${ endpoint } ` ;
67- url += " ?key=" ;
68- url += key ;
67+ url += ' ?key=' ;
68+ url += key ;
6969 return mock ( url , response , status ) ;
7070}
You can’t perform that action at this time.
0 commit comments