Skip to content

Commit c964c5c

Browse files
committed
tsc being a diva on testOutputSchemaServers.ts
1 parent a19f44e commit c964c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/client/testOutputSchemaServers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async function main() {
7171

7272
if (weatherResult.content && Array.isArray(weatherResult.content)) {
7373
console.log("Unstructured content:");
74-
weatherResult.content.forEach((content: any) => {
74+
weatherResult.content.forEach(content => {
7575
if (content.type === "text") {
7676
console.log(content.text);
7777
}

0 commit comments

Comments
 (0)