Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fix rebase error from PR#12
Browse files Browse the repository at this point in the history
  • Loading branch information
chunningham committed May 7, 2021
1 parent a810464 commit 48331b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ export class Kepler {
}
}

export class Orbit<A extends Authenticator> {
export class Orbit {
constructor(
private url: string,
private orbitId: string,
private auth: A,
private auth: Authenticator,
) { }

public get orbit(): string {
Expand Down

0 comments on commit 48331b6

Please sign in to comment.