Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-rliu committed Jul 23, 2024
1 parent a4f809f commit 0dfb7b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const ExecutionNodeURL: React.FC<{
const ref = React.useRef<HTMLDivElement>(null);

const config =
// eslint-disable-next-line no-nested-ternary
env.CODE_SNIPPET_USE_AUTO_CONFIG === "true"
? 'Config.auto()'
: isHttps
Expand Down

0 comments on commit 0dfb7b8

Please sign in to comment.