Merge pull request #24331 from aramissennyeydd/openapi-tooling/fix-import-error

fix: uuid import isn't working as expected
This commit is contained in:
Fredrik Adelöw
2024-04-17 17:58:03 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
---
Fix incorrect dependency import.
@@ -38,7 +38,7 @@ import {
DiscoveryService,
LoggerService,
} from '@backstage/backend-plugin-api';
import uuid from 'uuid';
import * as uuid from 'uuid';
import lodash from 'lodash';
import { PluginTaskScheduler, TaskRunner } from '@backstage/backend-tasks';