Skip to content

Commit

Permalink
feat: make config and request protected
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored Jun 18, 2024
1 parent 867f7e1 commit 06989b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ import { UrlSDK } from './url'
import type { AxiosRequestConfig } from 'axios'

export class SDK {
private readonly config: Config
private readonly request: Request
protected readonly config: Config
protected readonly request: Request
private userSDK: UserSDK
private adapterSDK: AdapterSDK
private applicationSDK: ApplicationSDK
Expand Down

0 comments on commit 06989b1

Please sign in to comment.