Skip to content

Commit

Permalink
fix: landing session on different repo/org (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Aug 29, 2024
1 parent a8529ed commit 7734954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/landing_session.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class LandingSession extends Session {
prid, backport, lint, autorebase, fixupAll,
checkCI, oneCommitMax, ...argv
} = {}) {
super(cli, dir, prid);
super(cli, dir, prid, argv);
this.req = req;
this.backport = backport;
this.lint = lint;
Expand Down

0 comments on commit 7734954

Please sign in to comment.