Skip to content

Commit 78b952b

Browse files
committed
fixes
1 parent d650a47 commit 78b952b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ScryfallApi.Client/Models/Card.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ public class Card : BaseItem
223223
[JsonPropertyName("printed_name")]
224224
public string PrintedName { get; set; }
225225

226-
[JsonPropertyName("printed_text"]
226+
[JsonPropertyName("printed_text")]
227227
public string PrintedText { get; set; }
228228

229-
[JsonPropertyName("printed_type_line"]
229+
[JsonPropertyName("printed_type_line")]
230230
public string PrintedTypeLine { get; set; }
231231

232232
/// <summary>

src/ScryfallApi.Client/Models/CardFace.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ public class CardFace : BaseItem
7373
[JsonPropertyName("printed_name")]
7474
public string PrintedName { get; set; }
7575

76-
[JsonPropertyName("printed_text"]
76+
[JsonPropertyName("printed_text")]
7777
public string PrintedText { get; set; }
7878

79-
[JsonPropertyName("printed_type_line"]
79+
[JsonPropertyName("printed_type_line")]
8080
public string PrintedTypeLine { get; set; }
8181

8282
/// <summary>

0 commit comments

Comments
 (0)