fix: licence import endpoint
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 9m50s

This commit is contained in:
Thibaut Valentin 2025-07-07 15:32:46 +02:00
parent f51a00f62a
commit f1d7be2a4c

View File

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