chore: added missing commas to queryEntities

Signed-off-by: Alper Altay <alper.altay@lego.com>
This commit is contained in:
Alper Altay
2024-03-22 11:13:48 +01:00
parent ed10cea9e1
commit 7e8a7c8aee
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-client': patch
---
Added missing commas to the example of queryEntities
+2 -2
View File
@@ -498,8 +498,8 @@ export interface CatalogApi {
* limit: 20,
* fullTextFilter: {
* term: 'A',
* }
* orderFields: { field: 'metadata.name' order: 'asc' },
* },
* orderFields: { field: 'metadata.name', order: 'asc' },
* });
* ```
*