af7c56fb by Rafal Wilinski

:footprints: Remove unneeded comparison

1 parent 13b7e9ce
......@@ -63,7 +63,7 @@
};
const middlewareWrapper = (config) => {
if (config === null || config === {} || config === undefined) {
if (config === null || config === undefined) {
config = defaultConfig;
}
......
{
"name": "express-status-monitor",
"version": "0.0.4",
"version": "0.0.5",
"description": "Monitoring for Express-based Node applications",
"main": "app.js",
"keywords": [
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!