Update upgrade.js
This commit is contained in:
parent
94116abaf0
commit
1d1d36ecdc
@ -633,7 +633,7 @@ export const versions = {
|
|||||||
.toCollection()
|
.toCollection()
|
||||||
.modify((state) => {
|
.modify((state) => {
|
||||||
for (let id in state.tokens) {
|
for (let id in state.tokens) {
|
||||||
if (!state.tokens[id]) {
|
if (!state.tokens[id]?.tokenId) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!state.tokens[id].tokenId.startsWith("__default")) {
|
if (!state.tokens[id].tokenId.startsWith("__default")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user