fixed something and added resend in en.json

This commit is contained in:
lsnnt
2025-12-30 13:15:33 +05:30
parent 7578f55b94
commit 761ef68c29
4 changed files with 659 additions and 766 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Resend extends NotificationProvider {
try {
let config = {
headers: {
Authorization: `Bearer ${notification.longLivedAccessToken}`,
Authorization: `Bearer ${notification.resendApiKey}`,
"Content-Type": "application/json",
},
};