We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7304833 commit 34c73f2Copy full SHA for 34c73f2
1 file changed
lib/dto/ordinals/inscription_data.dart
@@ -73,7 +73,7 @@ class InscriptionData {
73
74
return InscriptionData(
75
inscriptionId: inscriptionId,
76
- inscriptionNumber: json['inscription_number'] as int? ?? 0,
+ inscriptionNumber: json['inscription_number'] as int,
77
address: json['address'] as String? ?? '',
78
preview: contentUrl,
79
content: contentUrl,
0 commit comments