From 714537e58aaeb6f2d5dbaca063bc97aad87a1ce8 Mon Sep 17 00:00:00 2001 From: Xjph Date: Sat, 18 Dec 2021 13:10:04 -0330 Subject: [PATCH] corrected powerplayvoucher systems type --- .../Files/Journal/Powerplay/PowerplayVoucher.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ObservatoryFramework/Files/Journal/Powerplay/PowerplayVoucher.cs b/ObservatoryFramework/Files/Journal/Powerplay/PowerplayVoucher.cs index 76fbeeb..d7a24d5 100644 --- a/ObservatoryFramework/Files/Journal/Powerplay/PowerplayVoucher.cs +++ b/ObservatoryFramework/Files/Journal/Powerplay/PowerplayVoucher.cs @@ -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 Systems { get; init; } } }