Skip to content

Commit

Permalink
fix: payment info kebalik wkwk
Browse files Browse the repository at this point in the history
  • Loading branch information
HyggeHalcyon committed May 6, 2024
1 parent 0539f69 commit 274e832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ func (Handler *ticketQueue) Serve(ctx *gin.Context) {
NoMerchBasePrice int `json:"no_merch_price"`
WithMerchBasePrice int `json:"with_merch_price"`
}{
withMerchPrice,
noMerchPrice,
withMerchPrice,
})
if err := client.SendTextMessage(string(message)); nil != err {
return
Expand Down

0 comments on commit 274e832

Please sign in to comment.