We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871a16f commit bc9b470Copy full SHA for bc9b470
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