Преглед на файлове

return the commment of maximum number of redirects to its right place… (#6607)

Mokhtar Hamdoune преди 2 години
родител
ревизия
81b9c505cc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tooling/api/src/http.ts

+ 1 - 1
tooling/api/src/http.ts

@@ -57,11 +57,11 @@ interface Duration {
  * @since 1.0.0
  */
 interface ClientOptions {
-  maxRedirections?: number
   /**
    * Defines the maximum number of redirects the client should follow.
    * If set to 0, no redirects will be followed.
    */
+  maxRedirections?: number
   connectTimeout?: number | Duration
 }