mirror of https://github.com/hykilpikonna/AquaDX
[-] Remove sensitive info
parent
1e8ff7dbc0
commit
8b21f33eb6
|
@ -56,7 +56,7 @@ class CardController(
|
|||
|
||||
return SUCCESS
|
||||
}
|
||||
if (card.aquaUser != null) 400 - "Card already bound to another user (@${card.aquaUser?.username})"
|
||||
if (card.aquaUser != null) 400 - "Card already bound to another user"
|
||||
|
||||
// Bind the card
|
||||
card.aquaUser = u
|
||||
|
|
Loading…
Reference in New Issue