diff --git a/workspaces/lightspeed/.changeset/fair-rings-fetch.md b/workspaces/lightspeed/.changeset/fair-rings-fetch.md new file mode 100644 index 00000000000..9f7d9210d32 --- /dev/null +++ b/workspaces/lightspeed/.changeset/fair-rings-fetch.md @@ -0,0 +1,5 @@ +--- +'@red-hat-developer-hub/backstage-plugin-lightspeed-backend': patch +--- + +change casing of notebooks to lowercase diff --git a/workspaces/lightspeed/plugins/lightspeed-backend/src/plugin.ts b/workspaces/lightspeed/plugins/lightspeed-backend/src/plugin.ts index 37a0dc23efc..a9bdf48e09e 100644 --- a/workspaces/lightspeed/plugins/lightspeed-backend/src/plugin.ts +++ b/workspaces/lightspeed/plugins/lightspeed-backend/src/plugin.ts @@ -63,7 +63,7 @@ export const lightspeedPlugin = createBackendPlugin({ ); const aiNotebooksEnabled = - config.getOptionalBoolean('lightspeed.Notebooks.enabled') ?? false; + config.getOptionalBoolean('lightspeed.notebooks.enabled') ?? false; if (aiNotebooksEnabled) { http.use( await createNotebooksRouter({