Commit 2218562a authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Ignore dequeue error

parent 65c53cb5
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -225,6 +225,9 @@ export default {
        axios.get("/requests/" + this.id + "/dequeue")
        .then((resp) => {
          this.reload()
        }).catch((error) => {
          console.log("[DEBUG] Could not dequue, ignoring")
          this.reload()
        })
      })
    },