Commit 403e625b authored by nanahira's avatar nanahira

fix

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