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:
parent
f51a00f62a
commit
f1d7be2a4c
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user