Skip to content

Commit cf80916

Browse files
committed
oops
1 parent 9845031 commit cf80916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EventuallyQueue.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ const EventuallyQueue = {
176176
const index = this.queueItemExists(queueData, queueId);
177177
if (index > -1) {
178178
queueData.splice(index, 1);
179+
await this.setQueue(queueData);
179180
}
180181
},
181182

0 commit comments

Comments
 (0)