callClientAPI warning 제거

This commit is contained in:
2023-09-23 17:34:56 +00:00
parent c3d3a05f6e
commit 9495cff295
+1 -1
View File
@@ -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;
}