Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(services): add functional tests for services | Nejc Habjan | 2022-02-03 | 1 | -1/+28 |
| | |||||
* | fix(api): services: add missing `lazy` parameterjlvillal/lazy_service | John L. Villalovos | 2022-01-13 | 1 | -0/+11 |
Commit 8da0b758c589f608a6ae4eeb74b3f306609ba36d added the `lazy` parameter to the services `get()` method but missed then using the `lazy` parameter when it called `super(...).get(...)` Closes: #1828 |