Skip to content

Commit

Permalink
Remove redundant const
Browse files Browse the repository at this point in the history
  • Loading branch information
maxima-net committed Aug 17, 2022
1 parent 9351b60 commit 719a918
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/httpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export interface RequestOptions {
}

export class HttpClient {
private static readonly defaultUndefinedResponseStatuses = [404];

constructor(
protected readonly baseUrl: string
) { }
Expand Down

0 comments on commit 719a918

Please sign in to comment.