[FIX] developer: typo on a code example in the framework overview

There was a variable being used that was undeclared.
This commit is contained in:
Horacio Tellez
2023-01-11 13:26:20 +01:00
parent b909a21d1f
commit b62866bb84

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 }) {