Closed lzkill closed 2 years ago
hi Mr Kill. this PR may not make sense, since the data returned it is a String in fact. We're not returning any object.
for this to happen you still have to convert the string to Date like this:
new Date(tradesResult.date)
what do you think?
You are absolutely right, there's no reason to such a change. I'm closing this...
Sorry for the inconvenience...
hi Mr Kill. this PR may not make sense, since the data returned it is a String in fact. We're not returning any object.
for this to happen you still have to convert the string to Date like this:
what do you think?