This commit is contained in:
Min Idzelis 2025-03-26 01:23:57 +00:00
parent 1037f7f4e7
commit 67b2d2407f

View File

@ -1005,7 +1005,7 @@ export class AssetStore {
} }
const result = await bucket.loader?.execute(async (signal: AbortSignal) => { const result = await bucket.loader?.execute(async (signal: AbortSignal) => {
if (!!bucket.getFirstAsset()) { if (bucket.getFirstAsset()) {
// this happens when a bucket was created by an event instead of via a loadBucket call // this happens when a bucket was created by an event instead of via a loadBucket call
// so no need to load the bucket, it already has assets // so no need to load the bucket, it already has assets
return; return;