修复bug

This commit is contained in:
648540858 2022-03-02 15:04:24 +08:00
parent 128ccc7ff7
commit d73630c49f

View File

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