Skip to content

Commit 93e7831

Browse files
committed
chore(fc): remove artificial delay when completing a message tip
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent 8482749 commit 93e7831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/flipchat/payments/src/main/kotlin/xyz/flipchat/services/PaymentController.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ open class PaymentController @Inject constructor(
206206
messageTipPaymentConfirmation = messageTipPaymentConfirmation.copy(state = ConfirmationState.Sent),
207207
)
208208
}
209-
delay(1.33.seconds)
210209
cancelPayment(fromUser = false)
211210
after()
212211
}

0 commit comments

Comments
 (0)