diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-24 05:51:28 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-24 05:51:28 +0000 |
| commit | cba46a33d60a2ccb42745e6cf3ad5858f1bf98a3 (patch) | |
| tree | fc10afa3103a75d6b6c208c415469ca63022697f /node_simple.js | |
| parent | d50d4e2afd3d72ae9c4a24e41d627f80c32845f7 (diff) | |
minor fixes
Diffstat (limited to 'node_simple.js')
| -rw-r--r-- | node_simple.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_simple.js b/node_simple.js index cb649c2..af6f4ef 100644 --- a/node_simple.js +++ b/node_simple.js @@ -1023,7 +1023,7 @@ exports.adminExists = function (username, callback) { - +//testing exports.findUserByID = function (id, callback) { // make a connection console.log("inside findUserByID"); |
