assets/js/concise/Queue.js
@@ -409,6 +409,7 @@ OPERATIONS ****************************************************************************/ addToQueue(operation) { console.log(operation, 'Adding to queue:'); const item = { id: `u${this.user}_${Date.now()}_${Math.random().toString(36).substring(2, 9)}`, endpoint: null,