Skip to content

Commit

Permalink
fix for GER updates in the stream (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott authored Aug 20, 2024
1 parent 4d1dd9c commit e7b7bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/datastream/client/stream_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ LOOP:
case *types.BatchStart:
c.currentFork = parsedProto.ForkId
c.entryChan <- parsedProto
case *types.GerUpdateProto:
case *types.GerUpdate:
c.entryChan <- parsedProto
case *types.BatchEnd:
c.entryChan <- parsedProto
Expand Down

0 comments on commit e7b7bc0

Please sign in to comment.