removed unnecessary database setup

Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
This commit is contained in:
Lykke Axlin
2021-09-15 13:58:43 +02:00
parent 0886d7fba1
commit c28f97ef45
4 changed files with 4 additions and 33 deletions
-1
View File
@@ -22,7 +22,6 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
"@backstage/cli": "^0.7.2",
"@backstage/core-api": "^0.2.23",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.3",
"@backstage/plugin-catalog": "^0.6.6",
+1 -1
View File
@@ -15,7 +15,7 @@
*/
import { Entity } from '@backstage/catalog-model';
import { IdentityApi } from '@backstage/core-api';
import { IdentityApi } from '@backstage/core-plugin-api';
import { BazaarProject, Status } from './types';
export const getEntityRef = (entity: Entity) => {