dev #44
@ -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