corrected powerplayvoucher systems type
This commit is contained in:
parent
889825275d
commit
714537e58a
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
public class PowerplayVoucher : PowerplayJoin
|
||||
{
|
||||
//TODO: Find out what this is actually supposed to be. Documented as "Systems:[name,name]"
|
||||
public string Systems { get; init; }
|
||||
public ImmutableList<string> Systems { get; init; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue