Jake Vanderwerf
3 hours ago 56a9a1ccf764ff7a6af8f8a2292cb07443cb4aa7
assets/js/concise/Queue.js
@@ -626,7 +626,7 @@
            if (result.id && operation.id !== result.id) {
               operation = await this.handleServerMerge(operation, result);
            } else {
               operation.status = result.status??'failed';
               operation.status = result.status??'pending';
               operation.serverData = result;
               this.updateOperationStatus(operation.id, operation.status);
            }