mirror of
https://github.com/bitwarden/server
synced 2026-01-29 07:43:22 +00:00
fixup: remove completed todo
This commit is contained in:
@@ -26,7 +26,6 @@ pub async fn publish_handler(
|
||||
let akd_label: AkdLabel = AkdLabel(request.akd_label_b64.into_bytes());
|
||||
let akd_value: AkdValue = AkdValue(request.akd_value_b64.into_bytes());
|
||||
|
||||
//TODO: enqueue publish operation to to_publish queue
|
||||
if let Err(e) = publish_queue.enqueue(akd_label, akd_value).await {
|
||||
error!("Failed to enqueue publish request: {:?}", e);
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user