Skip to content

Commit 8bac7ac

Browse files
committed
fix: can't find cancel
1 parent feba337 commit 8bac7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbols/symbols-api-client/symbols-api-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ApiClient, BugSplatResponse, GZippedSymbolFile, S3ApiClient } from '@common';
22
import { delay } from '../../common/delay';
3-
import { safeCancel } from 'src/common/cancel';
3+
import { safeCancel } from '../../common/cancel';
44

55
export class SymbolsApiClient {
66
private readonly uploadUrl = '/symsrv/uploadUrl';

0 commit comments

Comments
 (0)