Sfoglia il codice sorgente

feat(api): remove debugger

gemercheung 3 anni fa
parent
commit
f561eb636d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/utils/http/axios/index.ts

+ 0 - 1
src/utils/http/axios/index.ts

@@ -61,7 +61,6 @@ const transform: AxiosTransform = {
       if (typeof message === 'object' && Reflect.has(message, 'pageSize')) {
         return message;
       } else {
-        debugger;
         return result || data;
       }
     }