Merge branch 'master' of github.com:timvisee/send

This commit is contained in:
timvisee 2025-06-30 23:30:05 +02:00
commit d7e929a0d1
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -43,7 +43,7 @@ function post(obj, bearerToken) {
'Content-Type': 'application/json'
};
if (bearerToken) {
h['Authentication'] = `Bearer ${bearerToken}`;
h['Authorization'] = `Bearer ${bearerToken}`;
}
return {
method: 'POST',