Merge 4df5830bb1e1938e974916be7c1421d5e40917f8 into 1036e81eb483e09a3a606cc8dd7970c7c5f74c70

This commit is contained in:
buvidk1234 2026-06-14 06:46:45 +00:00 committed by GitHub
commit 7f6baae279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,8 +214,6 @@ func (o *defaultOnlineCache) GetUserOnlinePlatform(ctx context.Context, userID s
if err != nil {
return nil, err
}
tmp := make([]int32, len(platformIDs))
copy(tmp, platformIDs)
return platformIDs, nil
}