Skip to content

Commit 9a14e2c

Browse files
committed
lint
1 parent 7807080 commit 9a14e2c

File tree

1 file changed

+8
-1
lines changed
  • packages/orchestrator-ui-components/src/rtk/endpoints

1 file changed

+8
-1
lines changed

packages/orchestrator-ui-components/src/rtk/endpoints/search.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@ const searchApi = orchestratorApi.injectEndpoints({
4747
PaginatedSearchResults,
4848
SearchPaginationPayload
4949
>({
50-
query: ({ cursor, entity_type, query, filters, limit, retriever }) => ({
50+
query: ({
51+
cursor,
52+
entity_type,
53+
query,
54+
filters,
55+
limit,
56+
retriever,
57+
}) => ({
5158
url: `search/${getEndpointPath(entity_type)}?cursor=${cursor}`,
5259
method: 'POST',
5360
body: { query, filters, limit, retriever },

0 commit comments

Comments
 (0)