fix: remove siret/rna api
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 1m33s
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 1m33s
This commit is contained in:
@@ -22,7 +22,6 @@ import io.smallrye.mutiny.unchecked.Unchecked;
|
||||
import jakarta.enterprise.context.ApplicationScoped;
|
||||
import jakarta.inject.Inject;
|
||||
import org.eclipse.microprofile.config.inject.ConfigProperty;
|
||||
import org.eclipse.microprofile.rest.client.inject.RestClient;
|
||||
import org.hibernate.reactive.mutiny.Mutiny;
|
||||
import org.jboss.logging.Logger;
|
||||
|
||||
@@ -63,7 +62,7 @@ public class AffiliationService {
|
||||
@Inject
|
||||
LoggerService ls;
|
||||
|
||||
@RestClient
|
||||
@Inject
|
||||
StateIdService stateIdService;
|
||||
|
||||
@ConfigProperty(name = "upload_dir")
|
||||
|
||||
Reference in New Issue
Block a user