Skip to content

Commit

Permalink
fix back
Browse files Browse the repository at this point in the history
  • Loading branch information
colmazia committed Mar 27, 2024
1 parent 2be6328 commit 98b842c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/emitter/emitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func NewHook(
clientKeeper clientkeeper.Keeper,
connectionKeeper connectionkeeper.Keeper,
channelKeeper channelkeeper.Keeper,
groupstorekey storetypes.StoreKey,
groupStorekey storetypes.StoreKey,
kafkaURI string,
emitStartState bool,
) *Hook {
Expand Down Expand Up @@ -114,7 +114,7 @@ func NewHook(
clientkeeper: clientKeeper,
connectionkeeper: connectionKeeper,
channelkeeper: channelKeeper,
groupStoreKey: groupstorekey,
groupStoreKey: groupStorekey,
emitStartState: emitStartState,
}
}
Expand Down

0 comments on commit 98b842c

Please sign in to comment.