File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -302,12 +302,12 @@ export class HTTPSnippet {
302302 ...urlWithParsedQuery ,
303303 query : null ,
304304 search : null ,
305- } ) ;
305+ } ) ; //?
306306
307307 const fullUrl = urlFormat ( {
308308 ...urlWithParsedQuery ,
309309 ...uriObj ,
310- } ) ;
310+ } ) ; //?
311311
312312 return {
313313 ...request ,
@@ -318,7 +318,7 @@ export class HTTPSnippet {
318318 } ;
319319 }
320320
321- convert ( targetId : TargetId , clientId ?: ClientId , options ?: any ) : string [ ] | false {
321+ convert ( targetId : TargetId , clientId ?: ClientId , options ?: any ) {
322322 if ( ! this . initCalled ) {
323323 this . init ( ) ;
324324 }
@@ -337,7 +337,7 @@ export class HTTPSnippet {
337337 return results ;
338338 }
339339
340- installation ( targetId : TargetId , clientId ?: ClientId , options ?: any ) : ( string | false ) [ ] | false {
340+ installation ( targetId : TargetId , clientId ?: ClientId , options ?: any ) {
341341 if ( ! this . initCalled ) {
342342 this . init ( ) ;
343343 }
You can’t perform that action at this time.
0 commit comments