fix: rm log error

This commit is contained in:
手瓜一十雪
2024-08-11 17:53:15 +08:00
parent 8eb79ec05b
commit 65343ed20f
6 changed files with 7 additions and 6 deletions

View File

@@ -176,7 +176,7 @@ export class RequestUtil {
req.on('error', (error) => {
reject(error);
console.error('Error during upload:', error);
console.log('Error during upload:', error);
});
const body = await RequestUtil.createFormData('WebKitFormBoundary7MA4YWxkTrZu0gW', filePath);