Skip to content

Conversation

rafaelrubbioli
Copy link
Contributor

What have you changed and why?

there was a header that was removed from the toSlice() method of the candles and was still being passed as argument, so I removed it.

Related Issues

closes #212

let me know if there's anything else you need me to fix!

@codecov-commenter
Copy link

Codecov Report

Base: 48.80% // Head: 48.80% // No change to project coverage 👍

Coverage data is based on head (839c1a4) compared to base (0dcd438).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   48.80%   48.80%           
=======================================
  Files          19       19           
  Lines        2502     2502           
=======================================
  Hits         1221     1221           
  Misses       1209     1209           
  Partials       72       72           
Impacted Files Coverage Δ
download/download.go 57.14% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -7,8 +7,8 @@ import (
"time"

"github.com/rodrigo-brito/ninjabot/service"

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

service is a internal package, can you merge the imports?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, done!

@rodrigo-brito rodrigo-brito merged commit be4abed into rodrigo-brito:main Oct 18, 2022
@rodrigo-brito
Copy link
Owner

Gracias Kuaty!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove header trades
3 participants