Skip to content

Commit

Permalink
keys match vars
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieptf committed Jan 17, 2024
1 parent d73c0ad commit 0abf8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/cht-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export class ChtApi {
password,
}, {
auth: {
username:username,
password: password
username,
password
}
});
const setCookieHeader = (resp.headers as AxiosHeaders).get('set-cookie') as AxiosHeaders;
Expand Down

0 comments on commit 0abf8c4

Please sign in to comment.