Skip to content

Commit

Permalink
Adding missing 'version' header
Browse files Browse the repository at this point in the history
  • Loading branch information
GTFalcao committed Apr 20, 2024
1 parent 4d75b60 commit c6ceb5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/highlevel_oauth/highlevel_oauth.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export default {
baseURL: this._baseUrl(),
headers: {
...headers,
Authorization: `Bearer ${this.$auth.oauth_access_token}`,
"Authorization": `Bearer ${this.$auth.oauth_access_token}`,
"Version": "2021-07-28",
},
...otherOpts,
});
Expand Down

0 comments on commit c6ceb5f

Please sign in to comment.