Skip to content

Commit

Permalink
fix: update simple search response type
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev committed Dec 31, 2024
1 parent aed657d commit 4d670e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/types/plugin-local-rest-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const ApiSimpleSearchResponse = type({
filename: "string",
matches: ApiSimpleSearchMatch.array(),
score: "number",
});
}).array();

/**
* Result entry from semantic search
Expand Down

0 comments on commit 4d670e3

Please sign in to comment.