Skip to content

Commit 2fb68b8

Browse files
author
Colm Doyle
committed
Fix typo in Enum
1 parent cd5ef78 commit 2fb68b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/conversation/conversation.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ enum ConversationPriority {
123123
}
124124

125125
enum ConversationSourceType {
126-
CONVERASTION = 'conversation',
126+
CONVERSATION = 'conversation',
127127
PUSH = 'push',
128128
FACEBOOK = 'facebook',
129129
TWITTER = 'twitter',

0 commit comments

Comments
 (0)