Skip to content

Commit

Permalink
[skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 11, 2024
1 parent 052caa9 commit 0bb409a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions website/src/utils/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,3 @@ export const getLapisSearchParameters = (
.map((m) => m.text),
};
};

/*
export const getPreloadedSearchData = (
searchParams: URLSearchParams,
hiddenFieldValues: Record<string, any>,
schema: Schema,
organismName: string
): Record<string, any> => {
// This function is empty in the original code, so I'm leaving it as is
return {};
};
*/

0 comments on commit 0bb409a

Please sign in to comment.