v1.3.3
Stops displaying warnings when an async export does not receive a third callback argument.
If an argument is defined, but it is not a function then you will receive an error.
This makes callbacks optional for when you don't require any results from the database.
Commits
- Only display warnings if callback is defined (Linden)