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