Skip to content

Commit

Permalink
chore: not notify on query linting exceptions (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 authored Feb 9, 2023
1 parent 15f084f commit c3ddec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion querybook/webapp/resource/queryExecution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const TemplatedQueryResource = {
engine_id: engineId,
},
{
notifyOnError: true,
notifyOnError: false,
timeout: 5000, // timeouts in 5s
}
),
Expand Down

0 comments on commit c3ddec1

Please sign in to comment.