修复bug

This commit is contained in:
648540858 2022-03-02 15:04:24 +08:00
parent 2f06d3152a
commit 2e49a48bb1

View File

@ -91,7 +91,7 @@ public class ZLMHttpHookSubscribe {
}
}
if (null != result && result){
iterator.remove();
eventMap.remove(key);
}
}
}