Skip to content

Commit

Permalink
feat(repository): Exposed client in Repository to match C# client and…
Browse files Browse the repository at this point in the history
… improve developer experience
  • Loading branch information
domenicsim1 committed Dec 1, 2021
1 parent 853ce13 commit 7611f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export class Repository implements OctopusSpaceRepository, OctopusSystemReposito
workerShells: WorkerShellsRepository;
workers: WorkerRepository;

constructor(private readonly client: Client) {
constructor(public readonly client: Client) {
this.accounts = new AccountRepository(client);
this.actionTemplates = new ActionTemplateRepository(client);
this.artifacts = new ArtifactRepository(client);
Expand Down

0 comments on commit 7611f2d

Please sign in to comment.