Describe the bug
When I try to delete a digest from sidekiq dashboard under unique digests tab, nothing happens and the digest stays. I am talking about this interface:

The digests I was trying to delete were some stuck locks preventing further jobs from being scheduled. I eventually had to delete the keys manually from redis.
I am using sidekiq-unique-jobs version 6.0.13
Expected behavior
The digest should be deleted and disappear from that page
Current behavior
The digest isn't deleted and stays on the page and the keys are still present in redis
Describe the bug

When I try to delete a digest from sidekiq dashboard under
unique digeststab, nothing happens and the digest stays. I am talking about this interface:The digests I was trying to delete were some stuck locks preventing further jobs from being scheduled. I eventually had to delete the keys manually from redis.
I am using sidekiq-unique-jobs version 6.0.13
Expected behavior
The digest should be deleted and disappear from that page
Current behavior
The digest isn't deleted and stays on the page and the keys are still present in redis