catalog-backend: fix bug where all entities got read back from the catalog

This commit is contained in:
Patrik Oldsberg
2021-01-05 18:09:44 +01:00
parent 1c4deae059
commit 99be3057ce
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed a bug where the catalog would read back all entities when adding a location that already exists.