Skip to content

Commit

Permalink
refactor: src/orca-loader/Elements.res
Browse files Browse the repository at this point in the history
  • Loading branch information
vsrivatsa-edinburgh authored May 9, 2024
1 parent 86c098f commit 7f06b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoaderController.res
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ let make = (~children, ~paymentMode, ~setIntegrateErrorError, ~logger, ~initTime
)
}
if (
dict->getDictIsSome("customBackendUrlVal") &&
dict->getDictIsSome("customBackendUrl") &&
dict
->getString("customBackendUrl", "")
->String.length > 0
Expand Down

0 comments on commit 7f06b28

Please sign in to comment.