Fix file analysis object type

This commit is contained in:
Natsumi
2026-01-21 16:33:44 +13:00
parent 2cfa833e6b
commit dbbaf7732f
7 changed files with 18 additions and 18 deletions

View File

@@ -428,8 +428,8 @@ async function getBundleDateSize(ref) {
const instanceStore = useInstanceStore();
const { currentInstanceWorld, currentInstanceLocation } =
storeToRefs(instanceStore);
const bundleSizes = [];
const bundleJson = [];
const bundleSizes = {};
const bundleJson = {};
for (let i = ref.unityPackages.length - 1; i > -1; i--) {
const unityPackage = ref.unityPackages[i];
if (!unityPackage) {