Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
leodmz committed Oct 10, 2023
1 parent 5190578 commit 7968431
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/Schema/Events/Click.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1754,11 +1754,11 @@ export interface ClickedVerifiedRepresentative {
* {
* action: "clickedGene",
* context_module : "Young British Artists",
* context_screen_owner_type: "Artwork",
* context_screen_owner_id: "58de681f275b2464fcdde097",
* context_screen_owner_slug: "damien-hirst",
* destination_screen_owner_type: "Gene"
* destination_screen_owner_id: "58de681f275b2464fcdde097"
* context_page_owner_type: "Artwork",
* context_page_owner_id: "58de681f275b2464fcdde097",
* context_page_owner_slug: "damien-hirst",
* destination_page_owner_type: "Gene"
* destination_page_owner_id: "58de681f275b2464fcdde097"
* subject: ""
* }
* ```
Expand All @@ -1784,11 +1784,11 @@ export interface ClickedGene {
* {
* action: "clickedHighlightAchievement",
* context_module : "Active Secondary Market",
* context_screen_owner_type: "Artwork",
* context_screen_owner_id: "58de681f275b2464fcdde097",
* context_screen_owner_slug: "damien-hirst",
* destination_screen_owner_type: "Gene"
* destination_screen_owner_id: "58de681f275b2464fcdde097"
* context_page_owner_type: "Artwork",
* context_page_owner_id: "58de681f275b2464fcdde097",
* context_page_owner_slug: "damien-hirst",
* destination_page_owner_type: "Gene"
* destination_page_owner_id: "58de681f275b2464fcdde097"
* subject: ""
* }
* ```
Expand Down

0 comments on commit 7968431

Please sign in to comment.