Skip to content

Commit 4379c1a

Browse files
authored
(fix): notebooks check to lowercase (#2824)
* (fix): notebooks check to lowercase Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> * add changeset for notebooks casing fix Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> --------- Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent 652fac0 commit 4379c1a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-lightspeed-backend': patch
3+
---
4+
5+
change casing of notebooks to lowercase

workspaces/lightspeed/plugins/lightspeed-backend/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const lightspeedPlugin = createBackendPlugin({
6363
);
6464

6565
const aiNotebooksEnabled =
66-
config.getOptionalBoolean('lightspeed.Notebooks.enabled') ?? false;
66+
config.getOptionalBoolean('lightspeed.notebooks.enabled') ?? false;
6767
if (aiNotebooksEnabled) {
6868
http.use(
6969
await createNotebooksRouter({

0 commit comments

Comments
 (0)