We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5583f94 commit 2634fdbCopy full SHA for 2634fdb
apps/sim/app/api/tools/extend/parse/route.ts
@@ -138,7 +138,7 @@ export async function POST(request: NextRequest) {
138
)
139
}
140
141
- const extendData = await extendResponse.json()
+ const extendData = (await extendResponse.json()) as Record<string, unknown>
142
143
logger.info(`[${requestId}] Extend parse successful`)
144
0 commit comments