Skip to content

Commit

Permalink
[#877] Fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirxshaikh authored and tenthe committed Jan 2, 2023
1 parent df97267 commit c063400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class DatalakeRestService {
const headers = ignoreLoadingBar ? { ignoreLoadingBar: '' } : {};
// @ts-ignore
return this.http.get<SpQueryResult>(url, {
params: queryParams,
params: queryParams as unknown as HttpParams,
headers,
});
}
Expand Down

0 comments on commit c063400

Please sign in to comment.