Skip to content

Commit

Permalink
Fix typo on DirectoryGroupUserRemoved event (#369)
Browse files Browse the repository at this point in the history
* Fix typo on DirectoryGroupUserRemoved event

* Update pkg/events/client.go

Co-authored-by: Michael Hadley <m@mthadley.com>

---------

Co-authored-by: Michael Hadley <m@mthadley.com>
  • Loading branch information
awolfden and mthadley authored Oct 16, 2024
1 parent f6e0822 commit 17c33e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/events/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const (
DirectoryGroupUpdated = "dsync.group.updated"
DirectoryGroupDeleted = "dsync.group.deleted"
DirectoryGroupUserAdded = "dsync.group.user_added"
DirectroyGroupUserRemoved = "dsync.group.user_removed"
DirectoryGroupUserRemoved = "dsync.group.user_removed"
DirectroyGroupUserRemoved = "dsync.group.user_removed" // Deprecated: use DirectoryGroupUserRemoved instead
// User Management Events
AuthenticationEmailVerificationSucceeded = "authentication.email_verification_succeeded"
AuthenticationMagicAuthFailed = "authentication.magic_auth_failed"
Expand Down

0 comments on commit 17c33e9

Please sign in to comment.