Skip to content

Commit

Permalink
fix typo (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi authored Jan 29, 2025
1 parent 2f78b3d commit 6c50a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/events/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ResponseLimit = 10
const (
// Connection Events
ConnectionActivated = "connection.activated"
ConnectionDeactivated = "connection.deactived"
ConnectionDeactivated = "connection.deactivated"
ConnectionDeleted = "connection.deleted"
// Directory Events
DirectoryActivated = "dsync.activated"
Expand Down

0 comments on commit 6c50a3e

Please sign in to comment.