Skip to content

Commit

Permalink
change api request format to newer lpx format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mocca101 committed May 22, 2024
1 parent bb1ac5a commit ca1db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/use-get-search-results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export interface GetSearchResultsParams
*
* @see https://github.com/LinkedPasts/linked-places-format
*/
format?: "lp";
format?: "lpx";
search?: Array<SearchFilter>;
}

Expand Down

0 comments on commit ca1db6c

Please sign in to comment.