1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-05-03 05:33:06 +03:00
This commit is contained in:
Lim Chee Aun 2023-10-03 15:07:47 +08:00
parent c335655896
commit 4436c337dd
13 changed files with 25 additions and 32 deletions
src/utils

View file

@ -166,7 +166,7 @@ export function api({ instance, accessToken, accountID, account } = {}) {
instance,
};
} else {
throw new Error(`Access token ${accessToken} not found`);
throw new Error(`Access token not found`);
}
}
}