Skip to content

Commit

Permalink
fix: Update internal/js/reader.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jerónimo Albi <jeronimo.albi@gmail.com>
  • Loading branch information
x1unix and jeronimoalbi committed Jul 18, 2024
1 parent 520dea6 commit e4143b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/js/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type ChannelReader struct {
func NewChannelReader(source <-chan []byte, cancelFn context.CancelFunc) *ChannelReader {
return &ChannelReader{
source: source,
cancelFn: cancelFn,
}
}

Expand Down

0 comments on commit e4143b9

Please sign in to comment.