Skip to content

Commit e8e6029

Browse files
committed
chore: lint for thrown error
1 parent 8e08dbb commit e8e6029

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
@@ -29,7 +29,7 @@ type RunScriptResult = {
2929
output: Output
3030
mutations: Mutation[]
3131
console: ConsoleMessage[]
32-
thrownError: false | Error
32+
thrownError: unknown
3333
}
3434

3535
type RunContext = {

0 commit comments

Comments
 (0)