Skip to content

Commit

Permalink
fixup! review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Apr 22, 2024
1 parent 4230bfb commit 92a19a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/internal/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ export const makeMeasureSeconds = currentTimeMillisec => {
return measureSeconds;
};

/**
* @deprecated Just use `AggregateError`
* @param {Error[]} errors
* @param {string} [message]
*/
export const makeAggregateError = AggregateError;

/**
* @template T
* @param {readonly (T | PromiseLike<T>)[]} items
Expand Down

0 comments on commit 92a19a3

Please sign in to comment.