chore: fix

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-04 14:43:36 +02:00
parent 2604c5e301
commit f9dcc59f3c

View File

@@ -211,7 +211,7 @@ impl ItemService for MemoryItemService {
todo!()
}
async fn update_item(&self, context: &Context, item: UpdateItemDto) -> anyhow::Result<ItemDto> {
async fn update_item(&self, _context: &Context, _item: UpdateItemDto) -> anyhow::Result<ItemDto> {
todo!()
}
}