From 2e38516a70bdc254582e7316578f006d55fa9725 Mon Sep 17 00:00:00 2001 From: Aditya Vyas Date: Mon, 17 Jun 2024 16:49:17 -0400 Subject: [PATCH] Update src/horizon/server.ts Co-authored-by: George --- src/horizon/server.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/horizon/server.ts b/src/horizon/server.ts index 1a0cf8759..8c8493d84 100644 --- a/src/horizon/server.ts +++ b/src/horizon/server.ts @@ -135,10 +135,8 @@ export class Server { * // earlier does the trick! * .build(); * ``` - * @param seconds * @param {number} seconds Number of seconds past the current time to wait. - * @param _isRetry - * @param {bool} [_isRetry] True if this is a retry. Only set this internally! + * @param {bool} [_isRetry=false] True if this is a retry. Only set this internally! * This is to avoid a scenario where Horizon is horking up the wrong date. * @returns {Promise} Promise that resolves a `timebounds` object * (with the shape `{ minTime: 0, maxTime: N }`) that you can set the `timebounds` option to.