Skip to content

Commit

Permalink
chore: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMoraDC committed Feb 15, 2025
1 parent 91fea34 commit 0f44648
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/clients/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ export class AuthHeaderBuilderStub implements AuthHeaderBuilder {
this.headers = headers;
}

setHeaders(headers: Record<string, string>) {
this.headers = headers;
}

async buildHeader(_token: string): Promise<Record<string, string>> {
return this.headers;
}
Expand Down

0 comments on commit 0f44648

Please sign in to comment.