Skip to content

Commit

Permalink
Fix JavaScript lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
barrywhart committed Jan 2, 2024
1 parent ff3cf10 commit 10a5372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/helper/dbtInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class DbtInterface {
`http://${Configuration.dbtInterfaceHost()}:${Configuration.dbtInterfacePort()}/health`,
{
method: "GET",
signal: abortController.signal as AbortSignal
signal: abortController.signal as AbortSignal,
},
);
if (response.status === 200) {
Expand Down

0 comments on commit 10a5372

Please sign in to comment.