config path

This commit is contained in:
wangchuxiao
2023-02-24 11:06:49 +08:00
parent bb94a7947c
commit 66aaa9b152
3 changed files with 8 additions and 31 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ type ChatLogGorm struct {
DB *gorm.DB
}
func NewChatLog(db *gorm.DB) *ChatLogGorm {
func NewChatLogGorm(db *gorm.DB) *ChatLogGorm {
return &ChatLogGorm{DB: db}
}