Skip to content

Commit f443f39

Browse files
committed
chore: pr feedback
1 parent 4381611 commit f443f39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)