dev #44

Merged
Thibaut merged 2 commits from dev into master 2025-07-07 13:33:42 +00:00
Showing only changes of commit f1d7be2a4c - Show all commits

View File

@ -143,6 +143,7 @@ public class LicenceService {
model.setValidate(valid); model.setValidate(valid);
return Panache.withTransaction(() -> repository.persist(model)); return Panache.withTransaction(() -> repository.persist(model));
} }
})); }))
.map(__ -> "OK");
} }
} }