Skip to content

Commit

Permalink
Merge pull request #161 from walt-id/fix/shimmer_nft_metadata
Browse files Browse the repository at this point in the history
fix shimmer NFT instances
  • Loading branch information
SuperBatata authored Nov 29, 2023
2 parents ad61a87 + 0e52f9e commit e5ea7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/id/walt/nftkit/services/NftService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ data class Trait_shimmer(
@Serializable

data class Metadata(
val attributes: List<Trait_shimmer>?=null,
val attributes: JsonArray?=null,
val description: String?=null,
val name: String?=null,
)
Expand Down

0 comments on commit e5ea7e4

Please sign in to comment.