Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
add moderation_fee to GET profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffryes committed Jan 25, 2016
1 parent 8b8b7e7 commit 9dc37a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/restapi.py
Expand Up @@ -104,6 +104,7 @@ def parse_profile(profile):
"nsfw": profile.nsfw,
"vendor": profile.vendor,
"moderator": profile.moderator,
"moderation_fee": profile.moderation_fee,
"handle": profile.handle,
"about": profile.about,
"short_description": profile.short_description,
Expand Down

0 comments on commit 9dc37a8

Please sign in to comment.