Skip to content

Commit 88159cc

Browse files
committed
chore: rename function
1 parent 4000bc9 commit 88159cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/respect/connection-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function withConnectionClientIfNeeded(mtlsCerts: MtlsCerts = {}) {
5656
return fetch;
5757
}
5858

59-
return function fetchWithMtls(input: string | URL | RequestInfo, init?: RequestInit) {
59+
return function fetchWithDispatcher(input: string | URL | RequestInfo, init?: RequestInit) {
6060
const url = typeof input === 'string' ? input : 'url' in input ? input.url : input.toString();
6161

6262
return fetch(input, {

0 commit comments

Comments
 (0)