Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
Signed-off-by: ddl-rliu <[email protected]>
  • Loading branch information
ddl-rliu committed Jul 23, 2024
1 parent 171074e commit df63f99
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 df63f99

Please sign in to comment.