Skip to content

Commit

Permalink
Update processed_search_response.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Feb 4, 2021
1 parent 956bf40 commit 0e85e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const search1Child = {
(searchRoot.treeRoot as any) = search1;
(shard1.searches[0] as any) = searchRoot;

export const processedResponseWithFirstShard = produce<Index[]>(null, () => [
export const processedResponseWithFirstShard = produce<Index[]>([], () => [
{
shards: [shard1],
time: 0.058419,
Expand Down

0 comments on commit 0e85e9d

Please sign in to comment.