Skip to content

Commit 46b2c31

Browse files
committed
fix: add allArtistsSeries as a destination page owner of ClickedArtistSeriesGroup
1 parent 1982f83 commit 46b2c31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Schema/Events/Click.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ export interface ClickedArtistGroup extends ClickedEntityGroup {
156156
*/
157157
export interface ClickedArtistSeriesGroup extends ClickedEntityGroup {
158158
action: ActionType.clickedArtistSeriesGroup
159-
destination_page_owner_type: OwnerType.artistSeries
159+
destination_page_owner_type:
160+
| OwnerType.artistSeries
161+
| OwnerType.allArtistSeries
160162
}
161163

162164
/**

0 commit comments

Comments
 (0)