Просмотр исходного кода

💄 style(utils): 修复axios工具文件格式问题

- 移除文件末尾多余的搜索替换标记
- 清理代码格式,保持一致性
yourname 8 месяцев назад
Родитель
Сommit
af3c0576f1
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/client/utils/axios.ts

+ 1 - 2
src/client/utils/axios.ts

@@ -32,5 +32,4 @@ export const axiosFetch = async (input: RequestInfo | URL, init?: RequestInit) =
   } catch (error) {
     throw error;
   }
-};</search>
-</search_and_replace>
+};