Skip to content

Commit 7734954

Browse files
authored
fix: landing session on different repo/org (#847)
1 parent a8529ed commit 7734954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/landing_session.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default class LandingSession extends Session {
2121
prid, backport, lint, autorebase, fixupAll,
2222
checkCI, oneCommitMax, ...argv
2323
} = {}) {
24-
super(cli, dir, prid);
24+
super(cli, dir, prid, argv);
2525
this.req = req;
2626
this.backport = backport;
2727
this.lint = lint;

0 commit comments

Comments
 (0)