forked from FoundKeyGang/FoundKey
parent
74cef67e9f
commit
fc9a6a805f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export default async (endpoint: string, user: User | null | undefined, token: Ac
|
||||||
|
|
||||||
// API invoking
|
// API invoking
|
||||||
const before = performance.now();
|
const before = performance.now();
|
||||||
return await ep.exec(data, user, token, ctx!.file).catch((e: Error) => {
|
return await ep.exec(data, user, token, ctx?.file).catch((e: Error) => {
|
||||||
if (e instanceof ApiError) {
|
if (e instanceof ApiError) {
|
||||||
throw e;
|
throw e;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue