type-fix-4
This commit is contained in:
@@ -248,5 +248,8 @@ func (c *provider) GetUserAppDataFromRedis(userId string) (string, error) {
|
||||
// Combine user data into a JSON string
|
||||
combinedData := fmt.Sprintf(`{"profile": %s, "authors": %s, "topics": %s, "followers": %s}`,
|
||||
authorProfileString, authorFollowsAuthorsString, authorFollowsTopicsString, authorFollowers)
|
||||
|
||||
log.Printf("%v", combinedData)
|
||||
|
||||
return combinedData, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user