Skip to content

Commit ce6993d

Browse files
committed
lowercase duration attribute
1 parent 1a2c7cd commit ce6993d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export enum Attributes {
6565
CAMPAIGN_ID = 'Campaign Id',
6666
OCCUPATION = 'Occupation',
6767
MAX_VISIBLE_CARDS = 'Max Visible Cards',
68-
DURATION = 'DURATION',
68+
DURATION = 'Duration',
6969
}
7070

7171
const _SEP_ = ' '

0 commit comments

Comments
 (0)