Fixes empty listing URL
This commit is contained in:
parent
6fd5987d64
commit
719b8f0128
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class CardPrice
|
|||
|
||||
[JsonPropertyName("dateUpdated")] public DateTime? UpdatedDate { get; set; }
|
||||
|
||||
public string? ListingUrl { get; set; }
|
||||
[JsonPropertyName("listingUrl")] public string? ListingUrl { get; set; }
|
||||
|
||||
public string? Seller { get; set; }
|
||||
}
|
Loading…
Add table
Reference in a new issue