db update

This commit is contained in:
Gordon
2023-01-18 11:37:10 +08:00
parent 186cfa7226
commit e99f441e50
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -578,7 +578,6 @@ func GetExtendMsg(sourceID string, sessionType int32, clientMsgID string, firstM
}
return string(bytes), nil
}
extendMsgStr, err := db.DB.Rc.Fetch(extendMsgCache+clientMsgID, time.Second*30*60, getExtendMsg)
if err != nil {
return nil, utils.Wrap(err, "Fetch failed")