This commit is contained in:
asonix 2024-05-01 14:57:03 -05:00
parent 700aeb90e0
commit 89f3c447a8
1 changed files with 1 additions and 1 deletions

View File

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