Skip to content

Commit 9b4efd5

Browse files
author
Jicheng Lu
committed
minor change
1 parent e07ec0b commit 9b4efd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/helpers/enums.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const chatAction = {
168168
Chat: 'chat',
169169
NewChat: 'new-chat',
170170
ReceiveNotification: 'receive-notification',
171-
NewWindow: 'new-window',
171+
NewWindow: 'new-window'
172172
};
173173
export const ChatAction = Object.freeze(chatAction);
174174

0 commit comments

Comments
 (0)