Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

v1.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 18:55
· 478 commits to main since this release

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)