assets/js/concise/UploadManager.js
@@ -57,7 +57,8 @@ this.stores.uploads.subscribe(this.handleStores.bind(this, 'uploads')); this.stores.groups.subscribe(this.handleStores.bind(this, 'groups')); this.queue.subscribe((event, operation) => { if (!['uploads', 'uploads/meta', 'uploads/groups'].includes(operation.endpoint)) { console.log(event, operation); if (!Object.hasOwn(operation, 'endpoint') || !['uploads', 'uploads/meta', 'uploads/groups'].includes(operation.endpoint)) { return; }