diff --git a/como_infrastructure/src/services/item_service.rs b/como_infrastructure/src/services/item_service.rs index 38e0a7c..a8ebc8b 100644 --- a/como_infrastructure/src/services/item_service.rs +++ b/como_infrastructure/src/services/item_service.rs @@ -211,7 +211,7 @@ impl ItemService for MemoryItemService { todo!() } - async fn update_item(&self, context: &Context, item: UpdateItemDto) -> anyhow::Result { + async fn update_item(&self, _context: &Context, _item: UpdateItemDto) -> anyhow::Result { todo!() } }