feat-fix (backend): insert userID on SessionStart (3)
This commit is contained in:
parent
41cd2aba7b
commit
b4f441132f
1 changed files with 1 additions and 1 deletions
2
backend/pkg/db/cache/messages_common.go
vendored
2
backend/pkg/db/cache/messages_common.go
vendored
|
|
@ -38,7 +38,7 @@ func (c *PGCache) InsertUserID(sessionID uint64, userID *IOSUserID) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
session.UserID = &userID.Value
|
||||
session.UserID = userID.Value
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue