Compare commits

...

1 Commits

Author SHA1 Message Date
Horacio Tellez
b62866bb84 [FIX] developer: typo on a code example in the framework overview
There was a variable being used that was undeclared.
2023-01-11 13:28:18 +01:00

View File

@@ -180,6 +180,8 @@ every 5 second:
import { registry } from "./core/registry";
const serviceRegistry = registry.category("services");
const myService = {
dependencies: ["notification"],
start(env, { notification }) {