chore: fix
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
2604c5e301
commit
f9dcc59f3c
@ -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!()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user