chore: revert todo

This commit is contained in:
pk5ls20
2024-11-17 05:28:46 +08:00
parent 17259401b5
commit 648363ea8b
16 changed files with 24 additions and 25 deletions

View File

@@ -7,7 +7,6 @@ export abstract class GetPacketStatusDepends<PT, RT> extends BaseAction<PT, RT>
protected async check(payload: PT): Promise<BaseCheckResult>{
if (!this.core.apis.PacketApi.available) {
// work:add error stack?
return {
valid: false,
message: "packetBackend不可用请参照文档 https://napneko.github.io/config/advanced 和启动日志检查packetBackend状态或进行配置" +