Skip to content

Commit

Permalink
cli: fitactivity conceal keep original protocol version (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Aug 31, 2024
1 parent 78a52df commit bdbcffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/fitactivity/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ func openAndConcealPosition(path string, opts *options) error {
defer fout.Close()

enc := encoder.New(fout,
encoder.WithProtocolVersion(latestProtocolVersion(fits)),
opts.encoderHeaderOption,
)

Expand Down

0 comments on commit bdbcffa

Please sign in to comment.