callClientAPI warning 제거
This commit is contained in:
@@ -151,7 +151,7 @@ export async function callClientAPI<ResultType extends ValidResponse, ErrorType
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
result: false,
|
result: false,
|
||||||
reason: `failed to fetch(${path}): ${err}`,
|
reason: `failed to fetch(${path}): ${infoText}`,
|
||||||
detail: err,
|
detail: err,
|
||||||
} as ErrorType;
|
} as ErrorType;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user