Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jabis Sev贸n
/
esm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
af7c56fb
authored
2016-08-17 14:13:24 +0200
by
Rafal Wilinski
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove unneeded comparison
1 parent
13b7e9ce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
index.js
package.json
index.js
View file @
af7c56f
...
...
@@ -63,7 +63,7 @@
};
const
middlewareWrapper
=
(
config
)
=>
{
if
(
config
===
null
||
config
===
{}
||
config
===
undefined
)
{
if
(
config
===
null
||
config
===
undefined
)
{
config
=
defaultConfig
;
}
...
...
package.json
View file @
af7c56f
{
"name"
:
"express-status-monitor"
,
"version"
:
"0.0.
4
"
,
"version"
:
"0.0.
5
"
,
"description"
:
"Monitoring for Express-based Node applications"
,
"main"
:
"app.js"
,
"keywords"
:
[
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment