Skip to content

Commit

Permalink
add moderated_by to asset info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Oct 2, 2024
1 parent f8951f7 commit 88f73b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def parse_asset(asset):
state=State(asset["userdata"].get("state", "new")),
starts=to_int(asset["userdata"].get("starts")),
ends=to_int(asset["userdata"].get("ends")),
moderated_by=asset["userdata"].get("moderated_by"),
)


Expand Down

0 comments on commit 88f73b1

Please sign in to comment.