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

There was a variable being used that was undeclared.

closes odoo/documentation#3316

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Horacio Tellez 2023-01-11 12:26:20 +00:00
parent b909a21d1f
commit d8c9f6afa4

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