Skip to content

Commit dffa890

Browse files
committed
chore: fix format
1 parent bc33c75 commit dffa890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export async function waitForBulkActionV2Processing<T extends BulkActionV2Payloa
257257
* Executes an array of promises sequentially, waiting for each one to complete
258258
* before starting the next one. This is useful for rate limiting or when you need
259259
* to avoid overwhelming an API with concurrent requests.
260-
*
260+
*
261261
* @param promises Array of promises to execute sequentially
262262
* @returns Promise that resolves to an array of results in the same order
263263
*/
@@ -267,4 +267,4 @@ export async function promiseAllSequential<T>(promises: Promise<T>[]): Promise<T
267267
results.push(await promise)
268268
}
269269
return results
270-
}
270+
}

0 commit comments

Comments
 (0)