Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Stop logging the result object.
- The log was attempting to dump the whole results object. This would cause a type error `Converting circular structure to JSON` and then stop the messages from being populated. - I have updated the log to correctly dump only the items in the result.
- Loading branch information