Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] committed Jun 15, 2023
1 parent 3e95e71 commit 416d19e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const useQueryRange = (
queryExpression: string,
start: number,
end: number,
filterByFunction?: string,
filterByFunction?: string
): IQueryRangeState => {
const [state, setState] = useState<IQueryRangeState>({
response: null,
Expand Down

0 comments on commit 416d19e

Please sign in to comment.