Skip to content

Commit 1499986

Browse files
committed
fix: linting error for use of any
1 parent db59657 commit 1499986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typescript/src/client/streamableHttpWithSigV4.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("StreamableHTTPClientWithSigV4Transport", () => {
3232
() =>
3333
({
3434
sign: mockSign,
35-
} as any)
35+
} as unknown as SignatureV4)
3636
);
3737

3838
// Mock defaultProvider

0 commit comments

Comments
 (0)