We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8529ed commit 7734954Copy full SHA for 7734954
lib/landing_session.js
@@ -21,7 +21,7 @@ export default class LandingSession extends Session {
21
prid, backport, lint, autorebase, fixupAll,
22
checkCI, oneCommitMax, ...argv
23
} = {}) {
24
- super(cli, dir, prid);
+ super(cli, dir, prid, argv);
25
this.req = req;
26
this.backport = backport;
27
this.lint = lint;
0 commit comments