Skip to content

Commit

Permalink
MEXC Bugfix 🔧
Browse files Browse the repository at this point in the history
PR #31 failed the checks. The source of the error:

* MEXC has changed the response-object on available tickers. This has been fixed.

All checks have passed.
  • Loading branch information
serkor1 committed Aug 16, 2024
1 parent 961a143 commit 4f3be09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/api_mexc.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ mexcResponse <- function(
} else {
subset(
x = response$symbols,
response$symbols$status == "ENABLED"
response$symbols$status == "1"
)$symbol


Expand Down

0 comments on commit 4f3be09

Please sign in to comment.