diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-24 06:13:31 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-24 06:13:31 +0000 |
| commit | 6522ff6aa38b5a8d56f64460d1646e4ab7ab8dc2 (patch) | |
| tree | 5e16217dbea4e23fc93413ba6f9d0c317812ec39 /testImports.js | |
| parent | 3e777af0387821e7a7fe03792cf79915d1b20bc7 (diff) | |
| parent | e83ad0a7931611822f49f84bf21a204df1de8eb6 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'testImports.js')
| -rw-r--r-- | testImports.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testImports.js b/testImports.js index 7546f06..6a900e1 100644 --- a/testImports.js +++ b/testImports.js @@ -134,3 +134,8 @@ dbFile.retrieveFollows("some_user names", function (bool, result) { /*dbFile.vote_solution("5792d8a970040378d4e4b389" , "down", function (bool, mssg) { console.log(mssg); });*/ + + +dbFile.search_users("david", function (bool, mssg) { + if (mssg.length != 0) console.log(mssg); +}); |
