Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

Commit e52b8a8

Browse files
change error replay
1 parent b09115b commit e52b8a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ app.post('/update', (req, res) => {
5858
else {
5959
res.json({
6060
status : 'failed',
61-
error : 'some variables are undefined or incorrect'
61+
error : 'some variables are undefined or have incorrect type',
62+
time : new Date()
6263
});
6364
}
6465
});

0 commit comments

Comments
 (0)