Skip to content

Commit

Permalink
Removing items from the response.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohnson committed Oct 24, 2024
1 parent eec2960 commit 76b57f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28,275 deletions.
1 change: 0 additions & 1 deletion api_v2/serializers/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Meta:

class ItemCategorySerializer(GameContentSerializer):
key = serializers.ReadOnlyField()
item_set = ItemSerializer(many=True, read_only=True, context={'request':{}})

class Meta:
model = models.ItemCategory
Expand Down
Loading

0 comments on commit 76b57f0

Please sign in to comment.