Skip to content

Commit 67b188e

Browse files
author
miripiruni
committedJan 31, 2025·
fix exlint
commit_hash:b606c3d2e80a0956ee7e3d008f5fdecf3f0c6ede
1 parent 81e334c commit 67b188e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎perforator/ui/src/utils/profileTask.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { createSearchParams } from 'react-router-dom';
22

3+
import { uiFactory } from 'src/factory';
34
import type { FlamegraphOptions, RenderFormat } from 'src/generated/perforator/proto/perforator/perforator';
45
import type { ProfileTaskQuery } from 'src/models/Task';
56

67
import { apiClient } from './api';
78
import { makeSelector } from './selector';
8-
import { uiFactory } from 'src/factory'
99

1010

1111
export const taskQueryToSearchParams = (query: ProfileTaskQuery): { [key: string]: string } => (

0 commit comments

Comments
 (0)
Please sign in to comment.