Ver Fonte

exporting mysql query into function

dpacaud há 12 anos atrás
pai
commit
d9c7a90c26
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      mysql-backend.js

+ 3 - 2
mysql-backend.js

@@ -93,8 +93,9 @@ StatdMySQLBackend.prototype.executeQuery = function(sqlQuerries) {
         });  
       }
     }
-  }
-});
+  });
+}
+