mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
fixed something and added resend in en.json
This commit is contained in:
@@ -13,7 +13,7 @@ class Resend extends NotificationProvider {
|
||||
try {
|
||||
let config = {
|
||||
headers: {
|
||||
Authorization: `Bearer ${notification.longLivedAccessToken}`,
|
||||
Authorization: `Bearer ${notification.resendApiKey}`,
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user