Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -211,7 +211,11 @@ 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!()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user