Skip to content

Commit

Permalink
fix shimmer NFT instances
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperBatata committed Nov 29, 2023
1 parent ad61a87 commit 0e52f9e
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 0e52f9e

Please sign in to comment.