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 c762d06 commit 381615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orca-loader/Elements.res
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ let make = (
("parentURL", "*"->JSON.Encode.string),
("analyticsMetadata", analyticsMetadata),
("launchTime", launchTime->JSON.Encode.float),
("customBackendUrlVal", customBackendUrl->JSON.Encode.string),
("customBackendUrl", customBackendUrl->JSON.Encode.string),
]->Dict.fromArray

let wallets = PaymentType.getWallets(newOptions->getDictFromJson, "wallets", logger)
Expand Down

0 comments on commit 381615e

Please sign in to comment.