Calling the logo_server should enable the storage of an icon from a company's website. The results aren't coming back correctly. Confirmation should be made that the data is returning correctly and if so then we need to understand why the data isn't coming back in the right format.
Implementation notes
The present implementation relies on an approach that is a layer on top of axios. This may not be optimal as it adds unnecessary complications. The suggestion is to convert into an approach that merely uses axios directly thus simplifying calls to the service.
Introduction
Calling the logo_server should enable the storage of an icon from a company's website. The results aren't coming back correctly. Confirmation should be made that the data is returning correctly and if so then we need to understand why the data isn't coming back in the right format.
Implementation notes