chore: added missing commas to queryEntities
Signed-off-by: Alper Altay <alper.altay@lego.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/catalog-client': patch
|
||||
---
|
||||
|
||||
Added missing commas to the example of queryEntities
|
||||
@@ -498,8 +498,8 @@ export interface CatalogApi {
|
||||
* limit: 20,
|
||||
* fullTextFilter: {
|
||||
* term: 'A',
|
||||
* }
|
||||
* orderFields: { field: 'metadata.name' order: 'asc' },
|
||||
* },
|
||||
* orderFields: { field: 'metadata.name', order: 'asc' },
|
||||
* });
|
||||
* ```
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user