aboutsummaryrefslogtreecommitdiff
path: root/testImports.js
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-24 04:09:20 +0000
committerHumairAK <humair88@hotmail.com>2016-07-24 04:09:20 +0000
commit2a3f37903f693cd5af13dbf8dd7df3d0f4e19ee0 (patch)
tree6d88260f53dd867d34238cf07a2710d99c62dfd0 /testImports.js
parent807eb06e57ba4454bdba32493ae603ef9c2c45a1 (diff)
parent59cf16ee546111c186e36dc723a60de49cf25001 (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'testImports.js')
-rw-r--r--testImports.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/testImports.js b/testImports.js
index 8946a2f..7546f06 100644
--- a/testImports.js
+++ b/testImports.js
@@ -115,12 +115,12 @@ dbFile.retrieve_userSolutions_count("some_user name", function (bool, result) {
});*/
-dbFile.followExam("nanalelfe@gmail.com", "578a44ff71ed097fc3079d6e", function (bool, mssg) {
+/*dbFile.followExam("nanalelfe@gmail.com", "578a44ff71ed097fc3079d6e", function (bool, mssg) {
if (!bool) console.log(mssg);
else {
console.log(mssg);
}
-});
+});*/
/*
dbFile.retrieveFollows("some_user names", function (bool, result) {
@@ -129,3 +129,8 @@ dbFile.retrieveFollows("some_user names", function (bool, result) {
console.log(result);
}
});*/
+
+
+/*dbFile.vote_solution("5792d8a970040378d4e4b389" , "down", function (bool, mssg) {
+ console.log(mssg);
+});*/