Commit 403e625b authored by nanahira's avatar nanahira

fix

parent 57c1bc92
...@@ -30,7 +30,7 @@ export * from './config'; ...@@ -30,7 +30,7 @@ export * from './config';
@DefinePlugin() @DefinePlugin()
class ManageHandler extends StarterPlugin() { class ManageHandler extends StarterPlugin() {
@Inject() @Inject()
private wybl: WyWallBacklistPlugin; private wybl: Partial<WyWallBacklistPlugin>;
async handleAccount(session: Session, skipAdminCheck = false) { async handleAccount(session: Session, skipAdminCheck = false) {
if (!skipAdminCheck) { if (!skipAdminCheck) {
......
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