eikonapir icon indicating copy to clipboard operation
eikonapir copied to clipboard

Error in json_request.R: missing paste function in line 37

Open jfgomezok opened this issue 3 years ago • 0 comments

In json_request.R, is missing a paste function in line 37.

Original: print("HTTP Error, code= ", response$status_code, sep = "")

Must be: print(paste("HTTP Error, code= ", response$status_code, sep = ""))

jfgomezok avatar Jul 05 '21 16:07 jfgomezok