Skip to content

Commit

Permalink
Merge branch 'main' into tomandersen/updatedocParameterTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersen authored Sep 26, 2023
2 parents 2c34f97 + 1d72fca commit c0c8519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/src/backoff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function setTimeoutHandler(
// https://github.com/DefinitelyTyped/DefinitelyTyped/pull/66176/files#diff-e838d0ace9cd5f6516bacfbd3ad00d02cd37bd60f9993ce6223f52d889a1fdbaR122-R126
//
// Adding `[Symbol.dispose](): void;` cannot be done on older versions of
// NodeJS. So we simply cast to `NodeJS.Timout`.
// NodeJS. So we simply cast to `NodeJS.Timeout`.
return timeout;
};
}
Expand Down

0 comments on commit c0c8519

Please sign in to comment.