Skip to content

Commit

Permalink
fix: branch error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Jan 23, 2024
1 parent a3c563a commit 1aba5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/HyperSwitch/Disputes/ShowDisputes.res
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module Details = {
~id=Some(data.dispute_id),
(),
)
let response = await updateDetails(url, Dict.make()->Js.Json.object_, Post)
let response = await updateDetails(url, Dict.make()->Js.Json.object_, Post, ())
setDisputeData(_ => response)
setDisputeStatus(_ => Accepted)
} catch {
Expand Down

0 comments on commit 1aba5c0

Please sign in to comment.