mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
[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:
@@ -180,6 +180,8 @@ every 5 second:
|
||||
|
||||
import { registry } from "./core/registry";
|
||||
|
||||
const serviceRegistry = registry.category("services");
|
||||
|
||||
const myService = {
|
||||
dependencies: ["notification"],
|
||||
start(env, { notification }) {
|
||||
|
||||
Reference in New Issue
Block a user