[-] Remove sensitive info

pull/14/head
Azalea 2024-02-22 10:52:09 -05:00
parent 1e8ff7dbc0
commit 8b21f33eb6
1 changed files with 1 additions and 1 deletions

View File

@ -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