Doku
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
qvalentin 2022-05-22 13:50:11 +02:00
parent 1e30d81231
commit b609fac559
Signed by: qvalentin
GPG key ID: C979FA1EAFCABF1C
10 changed files with 237 additions and 12 deletions

View file

@ -27,7 +27,6 @@ public class CategoryRepository {
return getByName(name)
.orElseThrow(() -> new CategroyDoesNotExist("A Category with name " + name + " does not exits. You must create it first."))
.getId();
}
public Optional<Category> getById(CategoryId id) {