Skip to content

Commit

Permalink
Fix event type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jun 30, 2021
1 parent 2fa02e5 commit 8349abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const (
LootAddedEvent = "loot-added"

// LootRemoved
LootRemovedEvent = "loot-added"
LootRemovedEvent = "loot-removed"
)

// Commands
Expand Down

0 comments on commit 8349abb

Please sign in to comment.