Fix createSiteWebhook
and listSiteWebhooks
used in admin interface
#4702
Labels
createSiteWebhook
and listSiteWebhooks
used in admin interface
#4702
As an admin user, we need to fix
createSiteWebhook
andlistSiteWebhooks
used in admin interface to properly show and recreate repository webhooks.Current error
users.filter is not a function
. in./GithubBuildHelper.js:10
Notes
users
passed to the function is not an array.Acceptance Criteria
users.filter
The text was updated successfully, but these errors were encountered: