Skip to content

Commit

Permalink
fix: unnecessary type defn
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Apr 18, 2024
1 parent dd80011 commit 2233ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/PaymentHelpers.res
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ let rec maskPayload = payloadJson => {
}
}

let usePaymentIntent = (optLogger: option<OrcaLogger.loggerMake>, paymentType: payment) => {
let usePaymentIntent = (optLogger, paymentType) => {
open RecoilAtoms
let blockConfirm = Recoil.useRecoilValueFromAtom(isConfirmBlocked)
let switchToCustomPod = Recoil.useRecoilValueFromAtom(switchToCustomPod)
Expand Down

0 comments on commit 2233ab1

Please sign in to comment.