You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
I am already trying to fix this and will prepare PR. The validation will most likely have to be split to validation on PR level and validation done on the event level. The delayed function will only call the PR validation as it does not have enough data for the other validation.
The text was updated successfully, but these errors were encountered:
When
isValid
method is called from https://github.com/facebook/mention-bot/blob/master/server.js#L405, if passes thecurrentData
, which does not contain the data format expected byisValid
.I am already trying to fix this and will prepare PR. The validation will most likely have to be split to validation on PR level and validation done on the event level. The delayed function will only call the PR validation as it does not have enough data for the other validation.
The text was updated successfully, but these errors were encountered: