Skip to content

Commit

Permalink
chore: protected constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 31, 2023
1 parent 3142e2b commit cb5e2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clients/SubtopiaClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class SubtopiaClient {
appAddress: string;
appSpec: ApplicationSpec;

private constructor({
protected constructor({
algodClient,
productName,
subscriptionName,
Expand Down
2 changes: 1 addition & 1 deletion src/clients/SubtopiaRegistryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class SubtopiaRegistryClient {
appSpec: ApplicationSpec;
oracleID: number;

private constructor({
protected constructor({
algodClient,
creator,
appID,
Expand Down

0 comments on commit cb5e2d7

Please sign in to comment.