Skip to content

Commit

Permalink
fix null.
Browse files Browse the repository at this point in the history
  • Loading branch information
N3evin committed Dec 18, 2024
1 parent 470ef6d commit 9128023
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions database/amiibo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7618,10 +7618,10 @@
"name": "Diddy Kong - Power Up Band",
"release":
{
"au": "na",
"eu": "na",
"jp": "2024-12-11",
"na": "na"
"au": null,
"na": null,
"eu": null,
"jp": "2024-12-11"
}
},
"0x03c40001012b0502":
Expand Down Expand Up @@ -9048,10 +9048,10 @@
"name": "Donkey Kong - Power Up Band",
"release":
{
"au": "na",
"eu": "na",
"jp": "2024-12-11",
"na": "na"
"au": null,
"na": null,
"eu": null,
"jp": "2024-12-11"
}
},
"0x02fb000100900502":
Expand Down

0 comments on commit 9128023

Please sign in to comment.