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 -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) => {