Skip to content

Commit d978611

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 9753eab commit d978611

File tree

1 file changed

+1
-1
lines changed
  • ui/packages/shared/profile/src/ProfileMetricsGraph

1 file changed

+1
-1
lines changed

ui/packages/shared/profile/src/ProfileMetricsGraph/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const useQueryRange = (
4747
queryExpression: string,
4848
start: number,
4949
end: number,
50-
filterByFunction?: string,
50+
filterByFunction?: string
5151
): IQueryRangeState => {
5252
const [state, setState] = useState<IQueryRangeState>({
5353
response: null,

0 commit comments

Comments
 (0)