Skip to content

Commit

Permalink
fix: 🧩 correcting spelling errors in the request subfile loading
Browse files Browse the repository at this point in the history
  • Loading branch information
limuen committed May 28, 2024
1 parent f537413 commit 43b5839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/request/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { message } from "antd";
import axios, { AxiosInstance, AxiosError, AxiosRequestConfig, InternalAxiosRequestConfig, AxiosResponse } from "axios";
import { useUserStore } from "@limuen/stores";
import { removeEmptyValues } from "@limuen/utils";
import { showFullScreenLoading, tryHideFullScreenLoading } from "./loading/fullScree";
import { showFullScreenLoading, tryHideFullScreenLoading } from "./loading/fullScreen";
import { ResultData } from "./interface";
import { ResultEnum } from "./enums/httpEnum";
import { checkStatus } from "./helper/checkStatus";
Expand Down
File renamed without changes.

0 comments on commit 43b5839

Please sign in to comment.