Skip to content

Commit

Permalink
Add permalink to user collections in users/account (#4667)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-kiam committed Jan 25, 2023
1 parent bdd8a8a commit 4b66186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discovery-provider/src/queries/get_users_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def get_users_account(args):
"id": playlist["playlist_id"],
"name": playlist["playlist_name"],
"is_album": playlist["is_album"],
"permalink": playlist["permalink"],
"user": {
"id": playlist_owner["user_id"],
"handle": playlist_owner["handle"],
Expand Down

0 comments on commit 4b66186

Please sign in to comment.