fix
This commit is contained in:
@@ -962,6 +962,7 @@ def intervals_webhook_view(request):
|
||||
integration = IntervalsIntegration(r.user)
|
||||
|
||||
if webhook_type.lower() == 'calendar_updated':
|
||||
if can_add_session(r.user):
|
||||
integration.update_calendar(r, event)
|
||||
|
||||
if webhook_type.lower() == 'activity_uploaded':
|
||||
|
||||
Reference in New Issue
Block a user