mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Remove extraneous call for fetching webhook events
Successfully fetching the webhooks will fetch the events as well.
This commit is contained in:
parent
91c97afb7c
commit
31bec7f2f8
@ -34,7 +34,6 @@ let WebhookSettings = React.createClass({
|
||||
componentDidMount() {
|
||||
WebhookStore.listen(this.onChange);
|
||||
WebhookActions.fetchWebhooks();
|
||||
WebhookActions.fetchWebhookEvents();
|
||||
},
|
||||
|
||||
componentWillUnmount() {
|
||||
|
Loading…
Reference in New Issue
Block a user