Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Noovolari/leapp
Browse files Browse the repository at this point in the history
  • Loading branch information
urz9999 committed Oct 12, 2023
2 parents db5da35 + 3305f0c commit 0ba827c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/service/team-service-stub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface WorkspaceState {
}

export class TeamService {
constructor(_l: any, _e: any, _a: any, _p: any, _t: any, _m: any, _s: any, _r: any, _v: any, _i: any, _c: any, _n: any, _o: any) {}
constructor(_l: any, _e: any, _a: any, _p: any, _t: any, _m: any, _s: any, _r: any, _v: any, _i: any, _c: any, _n: any, _o: any, _y: any) {}

get isLeappTeamStubbed(): boolean {
return true;
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-app/src/app/services/team-service-stub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface WorkspaceState {
}

export class TeamService {
constructor(_l: any, _e: any, _a: any, _p: any, _t: any, _m: any, _s: any, _r: any, _v: any, _i: any, _c: any, _n: any, _o: any) {}
constructor(_l: any, _e: any, _a: any, _p: any, _t: any, _m: any, _s: any, _r: any, _v: any, _i: any, _c: any, _n: any, _o: any, _y: any) {}

get isLeappTeamStubbed(): boolean {
return true;
Expand Down

0 comments on commit 0ba827c

Please sign in to comment.