pubnub / moderation-dashboard

Moderation Dashboard is a React application that provides moderation capabilities to Chat applications built using PubNub and PubNub Chat Components
Other
9 stars 10 forks source link

Fix create event handler #5

Closed jpjpjp closed 3 years ago

jpjpjp commented 3 years ago

Description of change

Fix error passing blockId to the createEventHandler method which caused the initial creation of the Image Moderation function to fail in the case where a text moderation function already existed.

Also added code beautification to the initial publish of the event handler.

Followed guidelines

Please make sure to review and check all of these items before merging pull request