Skip to content

Commit

Permalink
fixup! chore(a3p-integration): Fix types in z:acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 14, 2024
1 parent 9f00e12 commit f8031cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-utils/src/sync-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const sleep = (ms, { log = () => {}, setTimeout }) =>
* @param {(result: T) => boolean} condition
* @param {string} message
* @param {RetryOptions & {log?: typeof console.log, setTimeout: typeof global.setTimeout}} options
* @returns {T}
* @returns {Promise<T>}
*/
export const retryUntilCondition = async (
operation,
Expand Down

0 comments on commit f8031cb

Please sign in to comment.