Skip to content

Commit

Permalink
Fix backend plugin api import (#2418)
Browse files Browse the repository at this point in the history
* Fix backend-plugin-api import

Signed-off-by: Marco Crivellaro <[email protected]>

* changeset update

Signed-off-by: Marco Crivellaro <[email protected]>

---------

Signed-off-by: Marco Crivellaro <[email protected]>
  • Loading branch information
crivetechie authored Dec 29, 2024
1 parent dae0126 commit 03913ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions workspaces/adr/.changeset/short-bikes-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/search-backend-module-adr': patch
---

Fixed backend-plugin-api import that caused an error at backend startup
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import {
readSchedulerServiceTaskScheduleDefinitionFromConfig,
SchedulerServiceTaskScheduleDefinition,
} from '@backstage/backend-plugin-api/index';
} from '@backstage/backend-plugin-api';
import { Config } from '@backstage/config';
import { InputError } from '@backstage/errors';

Expand Down

0 comments on commit 03913ac

Please sign in to comment.