This commit is contained in:
@@ -253,6 +253,7 @@ func (c *provider) GetUserAppDataFromRedis(userId string) (string, error) {
|
||||
return "", errors.New("id not found or is of incorrect type")
|
||||
}
|
||||
authorId := int(authorIdFloat)
|
||||
fmt.Println("author id:", authorId)
|
||||
|
||||
// Начинаем сбор данных в общий JSON
|
||||
combinedData := map[string]interface{}{
|
||||
|
Reference in New Issue
Block a user