[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [bodega-server/v0.1] server/lib: missig semicolons
From:       Aaron Seigo <aseigo () kde ! org>
Date:       2014-03-18 16:41:22
Message-ID: E1WPx4s-0002nY-Hm () scm ! kde ! org
[Download RAW message or body]

Git commit 396bb72963516323e16efd1ec04432bf694b1359 by Aaron Seigo.
Committed on 18/03/2014 at 16:41.
Pushed by aseigo into branch 'v0.1'.

missig semicolons

M  +2    -2    server/lib/janitor.js

http://commits.kde.org/bodega-server/396bb72963516323e16efd1ec04432bf694b1359

diff --git a/server/lib/janitor.js b/server/lib/janitor.js
index b811e86..cf489ad 100644
--- a/server/lib/janitor.js
+++ b/server/lib/janitor.js
@@ -77,7 +77,7 @@ var Janitor = (function() {
             });
         }
 
-        var replicationString
+        var replicationString;
         for (config in app.config.service.userReplication) {
             replicationString = buildConnectString(app.config.service.userReplication[config]);
             if (connectString) {
@@ -86,7 +86,7 @@ var Janitor = (function() {
         }
 
         if (userReplicationConnections.length > 0) {
-            var query = "select ct_createSetting('userReplicationConnectStrings', $1)"
+            var query = "select ct_createSetting('userReplicationConnectStrings', $1)";
             app.db.dbQuery(function(client) {
                 client.query(query, [userReplicationConnections.join(':-:')],
                              function(err) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic