This commit is contained in:
asonix 2024-05-01 14:57:03 -05:00
parent 700aeb90e0
commit 89f3c447a8

View file

@ -807,7 +807,7 @@ impl QueueRepo for SledRepo {
.read()
.unwrap()
.get(&queue_name)
.map(Arc::clone);
.cloned();
let notify = if let Some(notify) = opt {
notify