Skip to content

Commit bdd29cf

Browse files
ovrKSDaemon
andauthored
Update packages/cubejs-backend-shared/src/promises.ts
Co-authored-by: Konstantin Burkalev <[email protected]>
1 parent f21f1bc commit bdd29cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-backend-shared/src/promises.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export const retryWithTimeout = <T>(
265265
);
266266

267267
/**
268-
* Debunks multiple asynchronous calls at once.
268+
* Creates a debounced version of an asynchronous function.
269269
*/
270270
export const asyncDebounce = <Ret, Arguments>(
271271
fn: (...args: Arguments[]) => Promise<Ret>,

0 commit comments

Comments
 (0)