Skip to content

Commit

Permalink
fix(sync): update auth header for lokalise
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Savoskin committed Nov 15, 2019
1 parent 1d94e96 commit 9277ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/lokalise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class Lokalise implements Provider {
private getHeaders() {
return {
'content-type': 'application/json',
'x-api-token': `Bearer ${this.token}`,
'X-Api-Token': this.token,
};
}

Expand Down

0 comments on commit 9277ed3

Please sign in to comment.