Skip to content

Commit 01ffbe4

Browse files
committed
chore: cleaner traffic type values
1 parent ba740da commit 01ffbe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/enums/src/segments/traffic-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
*/
77
export enum TrafficType {
88
HUMAN = 'human',
9-
AI_AGENT = 'aiAgent'
9+
AI_AGENT = 'ai_agent'
1010
}

0 commit comments

Comments
 (0)