修复拉黑报错

This commit is contained in:
DengFengLai
2024-03-02 22:21:01 +08:00
parent 5e45195a56
commit 8e050f6370

View File

@@ -875,7 +875,7 @@ if (!common.checkPermission(e, 'master')) return
}
}
}
async CancelBlockOne() {
async CancelBlockOne(e) {
if (!common.checkPermission(e, 'master')) return
const configPath = process.cwd().replace(/\\/g, '/') + '/config/config/other.yaml'
if (this.e.at) {