diff --git a/lib/util/http/gitlab.ts b/lib/util/http/gitlab.ts index 040dca8765052e..3779552e8f728f 100644 --- a/lib/util/http/gitlab.ts +++ b/lib/util/http/gitlab.ts @@ -85,7 +85,11 @@ export class GitlabHttp extends Http { } } - protected override calculateRetryDelay({ error, attemptCount, retryOptions }: RetryObject): number { + protected override calculateRetryDelay({ + error, + attemptCount, + retryOptions, + }: RetryObject): number { if ( attemptCount <= retryOptions.limit && error.options.method === 'POST' &&