Skip to content

Commit

Permalink
chore: license
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiimmothy committed Dec 4, 2023
1 parent ae17aa1 commit ac86ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/axiosIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export class AxiosApiClientBuilder {
return this;
}

public withCredentials(bool: boolean): this {
this.client.defaults.withCredentials = bool;
public withCredentials(b: boolean): this {
this.client.defaults.withCredentials = b;
return this;
}

Expand Down

0 comments on commit ac86ebc

Please sign in to comment.