Skip to content

Commit

Permalink
fix: triggers types to camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaYahya committed Oct 17, 2023
1 parent 9b5a420 commit 08b692c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/triggers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export enum Triggers {
COLLECTION_VIEW = 'collection-view',
ITEM_VIEW = 'item-view',
LINK_OPEN = 'link-open',
ITEM_DOWNLOAD = 'item-download',
CollectionView = 'collection-view',
ItemView = 'item-view',
LinkOpen = 'link-open',
ItemDownload = 'item-download',
}

0 comments on commit 08b692c

Please sign in to comment.