Commit 2e17d9cc authored by nanahira's avatar nanahira

fix

parent eeb6f15c
......@@ -16,6 +16,6 @@ export class MyPlugin {
});
apply(ctx: Context, config: Config) {
this.ctx = ctx;
this.config = config;
this.config = Schema.validate(config, this.schema);;
}
}
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