feat: fix typo

This commit is contained in:
tianyoulan
2022-04-28 15:35:17 +08:00
parent ae12853ad0
commit a2320b3f8d
4 changed files with 8 additions and 8 deletions

View File

@@ -32,8 +32,8 @@ export async function getAxios(force: boolean = false) {
return axiosIns;
}
/// get infomation
export async function getInfomation() {
/// get information
export async function getInformation() {
if (server) return { server, secret };
const info = await getClashInfo();
return info!;