From 3d093c881bdf5f2e0c403343c930d4d31515f549 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Wed, 11 Feb 2026 19:18:59 +0100 Subject: [PATCH] Use same variable name for JavaScript Related to [Benjamin_Loison/etebase-docs/issues/4](https://codeberg.org/Benjamin_Loison/etebase-docs/issues/4). --- docs/guides/using_items.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/using_items.mdx b/docs/guides/using_items.mdx index 8413bf0..c562d01 100644 --- a/docs/guides/using_items.mdx +++ b/docs/guides/using_items.mdx @@ -1869,7 +1869,7 @@ Some applications are interactive in nature and their data changes often. For th ```js -const subscription = await itemMgr.subscribeChanges((items) => { +const subscription = await itemManager.subscribeChanges((items) => { /* items: {