Skip to content

Commit f516918

Browse files
committed
CCM-12614: linting
1 parent 57c18fb commit f516918

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/utils/src/pdm-client/pdm-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ export class PdmClient implements IPdmClient {
122122
(err) =>
123123
Boolean(
124124
isAxiosError(err) &&
125-
err.response?.status ===
126-
HTTP2_CONSTANTS.HTTP_STATUS_TOO_MANY_REQUESTS,
125+
err.response?.status ===
126+
HTTP2_CONSTANTS.HTTP_STATUS_TOO_MANY_REQUESTS,
127127
),
128128
this.backoffConfig,
129129
);

0 commit comments

Comments
 (0)