Code cleanup

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-05-21 21:34:31 +08:00
parent 8c8d460c79
commit 5ea8108cd6
6 changed files with 204 additions and 190 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ func InitUserData(userId int) {
// 检查用户卡组配置
exists, err = config.UserEng.Table("user_deck_m").Where("user_id = ?", user.UserID).Asc("deck_id").Exist()
CheckErr(err)
fmt.Println("UserDeck exists:", exists)
// fmt.Println("UserDeck exists:", exists)
if !exists {
userDeck := model.UserDeckData{