Skip to content

Commit

Permalink
fix(esgallery): register StackProcessed event
Browse files Browse the repository at this point in the history
  • Loading branch information
bounoable committed Nov 10, 2022
1 parent 5d203a8 commit b50c3ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goes/esgallery/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ func RegisterEvents[StackID, ImageID ID](r codec.Registerer) {
codec.Register[StackUntaggedData[StackID]](r, StackUntagged)
codec.Register[[]StackID](r, Sorted)
codec.Register[struct{}](r, Cleared)
codec.Register[StackID](r, StackProcessed)
}

0 comments on commit b50c3ad

Please sign in to comment.