Skip to content

Commit

Permalink
fix: can't find cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Jun 14, 2024
1 parent feba337 commit 8bac7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbols/symbols-api-client/symbols-api-client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ApiClient, BugSplatResponse, GZippedSymbolFile, S3ApiClient } from '@common';
import { delay } from '../../common/delay';
import { safeCancel } from 'src/common/cancel';
import { safeCancel } from '../../common/cancel';

export class SymbolsApiClient {
private readonly uploadUrl = '/symsrv/uploadUrl';
Expand Down

0 comments on commit 8bac7ac

Please sign in to comment.