Skip to content

Commit

Permalink
fix(wasm): we still need fit component expansion
Browse files Browse the repository at this point in the history
- In case we got a fit file that its speed field is being compressed, we need to expand it.
  • Loading branch information
muktihari committed Dec 27, 2023
1 parent 9254852 commit b081f4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wasm/activity-service/activity/fit/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func (s *service) Decode(ctx context.Context, r io.Reader) ([]activity.Activity,
dec := decoder.New(r,
decoder.WithMesgListener(lis),
decoder.WithBroadcastOnly(),
decoder.WithNoComponentExpansion(),
decoder.WithIgnoreChecksum(),
)

Expand Down

0 comments on commit b081f4e

Please sign in to comment.