Skip to content

Commit

Permalink
noexport
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Feb 22, 2024
1 parent b38c052 commit da2de08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/utils/async_caller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface AsyncCallerCallOptions {
signal?: AbortSignal;
}

export type StatusCallback = (response?: Response) => Promise<boolean>;
type StatusCallback = (response?: Response) => Promise<boolean>;

/**
* A class that can be used to make async calls with concurrency and retry logic.
Expand Down

0 comments on commit da2de08

Please sign in to comment.