Commit 27593e1b authored by nanahira's avatar nanahira

catchup

parent 0d50dcb3
...@@ -31,7 +31,7 @@ export class MyPlugin { ...@@ -31,7 +31,7 @@ export class MyPlugin {
}); });
apply(ctx: Context, config: Config) { apply(ctx: Context, config: Config) {
this.ctx = ctx; this.ctx = ctx;
this.config = Schema.validate(config, this.schema); this.config = config;
this.disableHelp(); this.disableHelp();
} }
disableHelp() { disableHelp() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment