From 460e2ee8815be4f809b1df9fd7894f9804ad9c81 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 18 Apr 2024 12:55:08 +0200 Subject: fix(gorm): not handling interface in type --- xp/member.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'xp') 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"` -- cgit v1.2.3