We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e439546 commit be2d7abCopy full SHA for be2d7ab
sdk-utils/hooks/ConfigurationService.res
@@ -16,8 +16,6 @@ let useConfigurationService = () => {
16
if service.contents->Option.isNone {
17
try {
18
let configData = try {
19
- let headers = Dict.make()
20
- headers->Dict.set("Accept-Encoding", "br, gzip")
21
let response = await Fetch.fetch(
22
"https://checkout.hyperswitch.io/assets/v1/configs/superposition.config.json",
23
)
0 commit comments