Skip to content

Commit

Permalink
fix: Removed active, since it cannot be in the responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Mettwasser authored and TobiTenno committed Jun 12, 2023
1 parent 87d8fd7 commit 68b0f88
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions warframe/worldstate/models/invasion.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,5 @@ class Invasion(MultiQueryModel):
"Short-time-formatted duration string of the start of the Invasion"

# optional
active: Optional[bool] = None
"Whether the invasion is currently active"

reward_types: Optional[List[ItemRewardType]] = None
"A list of reward types"

0 comments on commit 68b0f88

Please sign in to comment.