1
0
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:
Matt Gibson
2026-01-15 07:43:31 -08:00
parent 2e7be8e343
commit 0ad8f7ff12

View File

@@ -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 (