Skip to content

Commit 857315c

Browse files
danilonetoCopilot
andauthored
Update src/SignalR/clients/ts/signalr/src/AccessTokenHttpClient.ts
Co-authored-by: Copilot <[email protected]>
1 parent 873a113 commit 857315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/ts/signalr/src/AccessTokenHttpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import { HeaderNames } from "./HeaderNames";
55
import { HttpClient, HttpRequest, HttpResponse } from "./HttpClient";
66

7-
// Internal helpers (not exported) for narrowing and status normalization
7+
// Internal helpers for Error type guarding and status normalization
88
function isError(u: unknown): u is Error {
99
return u instanceof Error;
1010
}

0 commit comments

Comments
 (0)