There was an error while loading. Please reload this page.
1 parent 333f939 commit 9ec25a4Copy full SHA for 9ec25a4
1 file changed
packages/store-sync/src/world/getSystemAbis.ts
@@ -57,7 +57,7 @@ export async function getSystemAbis({
57
return [resource, abi] as const;
58
} catch (error) {
59
console.error("error parsing system abi", error);
60
- return null;
+ return [resource, []] as const;
61
}
62
})
63
.filter(isNotNull),
0 commit comments