feat: fix typo

This commit is contained in:
tianyoulan
2022-04-28 15:35:17 +08:00
parent 0d91657557
commit 30f60f87f4
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!;