feat(assist-api): fixed an possible panic
This commit is contained in:
parent
b41248571e
commit
8280c8754c
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ func (sm *sessionManagerImpl) getAllRecentlyUpdatedSessions() (map[string]struct
|
|||
|
||||
if len(allIDs) == 0 {
|
||||
sm.log.Debug(sm.ctx, "No updated session IDs found")
|
||||
return nil, nil
|
||||
return allIDs, nil
|
||||
}
|
||||
|
||||
var sessionIDsSlice []interface{}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue