cleanup and fix targetDomain

This commit is contained in:
Jorrin
2024-01-25 16:38:04 +01:00
parent 658f59eb24
commit a2647a58d6
2 changed files with 3 additions and 10 deletions

View File

@@ -21,7 +21,6 @@ const handler: PlasmoMessaging.MessageHandler<Request, BaseResponse> = async (re
success: true,
});
} catch (err) {
console.log(err);
res.send({
success: false,
error: err.message,