Skip to content

Commit

Permalink
feat: support inheritance (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian4 authored Mar 1, 2022
1 parent 10c3b2c commit a5987b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export interface AuthConfig {
export class SDK {
private config: AuthConfig
private client: Client
private casdoorRequest: Request
protected casdoorRequest: Request

constructor(config: AuthConfig) {
this.config = config
Expand Down

0 comments on commit a5987b2

Please sign in to comment.