diff --git a/api/src/handlers.rs b/api/src/handlers.rs
index f87ebe5f9..b038d7040 100644
--- a/api/src/handlers.rs
+++ b/api/src/handlers.rs
@@ -97,9 +97,14 @@ impl OutputHandler {
Err(ErrorKind::NotFound)?
}
- fn outputs_by_ids(&self, req: &Request
) -> Vec