Skip to content

Commit be2d7ab

Browse files
committed
chore: removed unnecessary headers
1 parent e439546 commit be2d7ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk-utils/hooks/ConfigurationService.res

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ let useConfigurationService = () => {
1616
if service.contents->Option.isNone {
1717
try {
1818
let configData = try {
19-
let headers = Dict.make()
20-
headers->Dict.set("Accept-Encoding", "br, gzip")
2119
let response = await Fetch.fetch(
2220
"https://checkout.hyperswitch.io/assets/v1/configs/superposition.config.json",
2321
)

0 commit comments

Comments
 (0)