Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Oct 11, 2024
1 parent 549ae96 commit bc92388
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ const CustomJs = ({
? custom_args === ""
? []
: custom_args.charAt(0) === "{" // allow to pass a single quoted json
? JSON.parse(custom_args)
: custom_args.split(",")
? JSON.parse(custom_args)
: custom_args.split(",")
: [];

let resolvedJsFilePath = path.resolve(configBasePath, file_path!);
Expand Down

0 comments on commit bc92388

Please sign in to comment.