We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ac079 commit 8e08dbbCopy full SHA for 8e08dbb
src/environment/run-airtable-script.ts
@@ -89,7 +89,7 @@ const runAirtableScript = async ({
89
vm.createContext(context)
90
vm.runInContext(sdkScript, context)
91
92
- let thrownError: any
+ let thrownError: unknown
93
94
try {
95
// We need to run the script in an async function so that we can use await
0 commit comments