fix: licence import endpoint
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 9m50s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 9m50s
This commit is contained in:
@@ -143,6 +143,7 @@ public class LicenceService {
|
||||
model.setValidate(valid);
|
||||
return Panache.withTransaction(() -> repository.persist(model));
|
||||
}
|
||||
}));
|
||||
}))
|
||||
.map(__ -> "OK");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user