Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jul 11, 2023
1 parent 623214a commit 3b09f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export interface ClientOptions {
}

export default class Client {
protected readonly host: string;
protected readonly port: string;
readonly host: string;
readonly port: string;
private readonly _runtime: RuntimeClient;
private readonly _ossClient: ObjectStorageServiceClient;
private readonly _cryptionClient: CryptionServiceClient;
Expand Down

0 comments on commit 3b09f5c

Please sign in to comment.