Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db/DB.js: prevent DB layer from returning undefined
ueberDB2 can return either undefined or null for a missing key, depending on which DB driver is used. This patch changes the promise version of the API so that it will always return null.
- Loading branch information