Skip to content

Commit b84df30

Browse files
mickeygeecomkirre-bylund
authored andcommitted
fix(runtime/game): DateTime acquisition_date is now nullable#19
task: https://github.com/orgs/lootlocker/projects/8/views/1?pane=issue&itemId=49667791
1 parent 5efc986 commit b84df30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/Requests/PlayerRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public class LootLockerInventory
183183
public int? variation_id { get; set; }
184184
public string rental_option_id { get; set; }
185185
public string acquisition_source { get; set; }
186-
public DateTime acquisition_date { get; set; }
186+
public DateTime? acquisition_date { get; set; }
187187
public LootLockerCommonAsset asset { get; set; }
188188
public LootLockerRental rental { get; set; }
189189

0 commit comments

Comments
 (0)