We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c18fb commit f516918Copy full SHA for f516918
1 file changed
utils/utils/src/pdm-client/pdm-client.ts
@@ -122,8 +122,8 @@ export class PdmClient implements IPdmClient {
122
(err) =>
123
Boolean(
124
isAxiosError(err) &&
125
- err.response?.status ===
126
- HTTP2_CONSTANTS.HTTP_STATUS_TOO_MANY_REQUESTS,
+ err.response?.status ===
+ HTTP2_CONSTANTS.HTTP_STATUS_TOO_MANY_REQUESTS,
127
),
128
this.backoffConfig,
129
);
0 commit comments