test(#310): break compile to test copilot fix flow
Some checks failed
Build and Push to ACR / Build and Push (push) Failing after 40s
Some checks failed
Build and Push to ACR / Build and Push (push) Failing after 40s
This commit is contained in:
@@ -41,7 +41,7 @@ public class ItemsController {
|
|||||||
Item item = new Item(id,
|
Item item = new Item(id,
|
||||||
body.getOrDefault("name", "unnamed"),
|
body.getOrDefault("name", "unnamed"),
|
||||||
body.getOrDefault("description", ""));
|
body.getOrDefault("description", ""));
|
||||||
store.put(id, item);
|
store.put(id, item)
|
||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user