diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-18 12:55:08 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-18 12:55:43 +0200 |
| commit | 460e2ee8815be4f809b1df9fd7894f9804ad9c81 (patch) | |
| tree | 7e6871f5411dbf0a82a6e330c1ffdbd2e2a4d5a1 /xp | |
| parent | b9888e50acdcfa2af6e9cc75f7c2ca4b5a5a41c9 (diff) | |
fix(gorm): not handling interface in type
Diffstat (limited to 'xp')
| -rw-r--r-- | xp/member.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xp/member.go b/xp/member.go index 9352a30..639e0d6 100644 --- a/xp/member.go +++ b/xp/member.go @@ -16,8 +16,6 @@ import ( type Copaing struct { gorm.Model - gokord.RedisBase - gokord.DataBase DiscordID string `gorm:"not null"` XP uint `gorm:"default:0"` GuildID string `gorm:"not null"` |
