Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
lidezhu committed Mar 6, 2025
1 parent c360ec3 commit f11d3dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logservice/logpuller/region_event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ func (h *regionEventHandler) GetTimestamp(event regionEvent) dynstream.Timestamp
} else {
return dynstream.Timestamp(event.resolvedTs)
}

}
func (h *regionEventHandler) IsPaused(event regionEvent) bool { return false }

Expand Down

0 comments on commit f11d3dc

Please sign in to comment.