We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feba337 commit 8bac7acCopy full SHA for 8bac7ac
src/symbols/symbols-api-client/symbols-api-client.ts
@@ -1,6 +1,6 @@
1
import { ApiClient, BugSplatResponse, GZippedSymbolFile, S3ApiClient } from '@common';
2
import { delay } from '../../common/delay';
3
-import { safeCancel } from 'src/common/cancel';
+import { safeCancel } from '../../common/cancel';
4
5
export class SymbolsApiClient {
6
private readonly uploadUrl = '/symsrv/uploadUrl';
0 commit comments