Skip to content

Commit 19b4774

Browse files
committed
Fixed typo in event naming.
1 parent a6ff782 commit 19b4774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const BUS_API_EVENT = {
131131
// Project Member Invites
132132
PROJECT_MEMBER_INVITE_CREATED: 'notifications.connect.project.member.invite.created',
133133
PROJECT_MEMBER_INVITE_UPDATED: 'notifications.connect.project.member.invite.updated',
134-
PROJECT_MEMBER_EMAIL_INVITE_CREATED: 'connect.action.project.membet.invite.created',
134+
PROJECT_MEMBER_EMAIL_INVITE_CREATED: 'connect.action.project.member.invite.created',
135135
};
136136

137137
export const REGEX = {

0 commit comments

Comments
 (0)