Update worker.js

This commit is contained in:
2025-12-04 15:38:36 +07:00
parent 33b14a3dbf
commit 9bf1f0b09d
+1 -1
View File
@@ -73,7 +73,7 @@ export default {
);
} catch (error) {
console.error(error);
console.log(error);
return Response.json(
{ error: error.message },
{ status: 500 }