Skip to content

Commit 8e08dbb

Browse files
committed
chore: linting of thrown error
1 parent 69ac079 commit 8e08dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environment/run-airtable-script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const runAirtableScript = async ({
8989
vm.createContext(context)
9090
vm.runInContext(sdkScript, context)
9191

92-
let thrownError: any
92+
let thrownError: unknown
9393

9494
try {
9595
// We need to run the script in an async function so that we can use await

0 commit comments

Comments
 (0)