Skip to content

Commit

Permalink
Replace rocket ID (BFR with Starship).
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearth committed Feb 14, 2020
1 parent 227a58c commit da4c245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Oddity/API/Models/Rocket/RocketId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum RocketId
[EnumMember(Value = "falconheavy")]
FalconHeavy,

[EnumMember(Value = "bfr")]
Bfr
[EnumMember(Value = "starship")]
Starship
}
}

0 comments on commit da4c245

Please sign in to comment.