moarar cleanup

This commit is contained in:
2024-04-11 13:35:55 -06:00
parent d2469e63f9
commit 6bb80161e9
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ bluesky.createEndpoint = (domain, method) => {
bluesky.createHeaders = (client) => {
return {
// 'Accept': 'application/json',
'Accept': 'application/json',
'Authorization': 'Bearer ' + client.accessJwt
}
}