Skip to content

Commit

Permalink
Merge pull request #2270 from vishnubansaltarento/kb-5608-5609-fix
Browse files Browse the repository at this point in the history
update for lint fix
  • Loading branch information
vishnubansaltarento authored Jul 6, 2024
2 parents 12f159f + 52da04f commit 584d7bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resolve(
'pageSize': 100,
'orderBy': 'createdOn',
'orderDirection': 'ASC',
'facets': ['category', 'orgId']
'facets': ['category', 'orgId'],
}
return this.http.post(requestUrl, requestData).pipe(
map((rData: any) => ({ data: rData, error: null })),
Expand Down

0 comments on commit 584d7bf

Please sign in to comment.