File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/ScryfallApi.Client/Models Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments