fix: frontend

This commit is contained in:
Rogee
2024-09-20 01:04:28 +08:00
parent b8499ca97d
commit 146b0ed55a
42 changed files with 4276 additions and 44 deletions

View File

@@ -17,7 +17,7 @@ func TestDBChannel_SaveMessage(t *testing.T) {
if err := InitDB(dsn); err != nil {
t.Error(err)
}
db.Exec(`truncate channel_messages`)
_, _ = db.Exec(`truncate channel_messages`)
msg := &ChannelMessage{
ID: 1,