chore: fix

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-06-04 14:43:36 +02:00
parent 2604c5e301
commit f9dcc59f3c
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -211,7 +211,7 @@ impl ItemService for MemoryItemService {
todo!() 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!() todo!()
} }
} }