Skip to content

Commit

Permalink
IBX-9314: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Dec 10, 2024
1 parent 1c73b51 commit 7e13913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export const useFindLocationsByParentLocationIdFetch = (locationData, { sortClau
{
...restInfo,
parentLocationId: locationData.parentLocationId,
limit,
offset,
},
resolve,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export const fetchAdminConfig = async ({ token, siteaccess, accessToken, instanc
};

export const findSuggestions = (
{ siteaccess, token, parentLocationId, accessToken, instanceUrl = DEFAULT_INSTANCE_URL, limit = QUERY_LIMIT, offset = 0 },
{ siteaccess, token, parentLocationId, accessToken, instanceUrl = DEFAULT_INSTANCE_URL },
callback,
) => {
const body = {
Expand Down

0 comments on commit 7e13913

Please sign in to comment.