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