Skip to content

Commit c11087c

Browse files
fix: General Event Statistics type (#6810)
1 parent 187ab7a commit c11087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/schema/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def validate_timezone(self, data, original_data):
338338
related_view='v1.event_statistics_general_detail',
339339
related_view_kwargs={'id': '<id>'},
340340
schema='EventStatisticsGeneralSchema',
341-
type_='general-statistics-event',
341+
type_='event-statistics-general',
342342
)
343343

344344

0 commit comments

Comments
 (0)