[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-15 08:18:47 +00:00 committed by GitHub
parent daddab36a8
commit caff2a37d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ class Clickup extends NotificationProvider {
try {
let config = this.getAxiosConfigWithProxy({
headers: {
"Authorization": notification.clickupToken,
Authorization: notification.clickupToken,
"Content-Type": "application/json",
},
});