log-author-id
All checks were successful
deploy / deploy (push) Successful in 1m27s

This commit is contained in:
Untone 2024-06-05 23:20:37 +03:00
parent 800fc4f8d8
commit bfa192d21e

View File

@ -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{}{