Skip to content

Commit

Permalink
#125 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Jun 1, 2015
1 parent 6c61618 commit 6d29ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dispatch/beacon.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ etl.verify = function (context, workspace, collection, documents, callback) {
doc.location = {
lat: ip.ll[0],
lon: ip.ll[1]
}
};
}
else {
ip = {};
Expand All @@ -89,7 +89,7 @@ etl.verify = function (context, workspace, collection, documents, callback) {
doc.location = {
lat: 0,
lon: 0
}
};
}
}
});
Expand Down

0 comments on commit 6d29ad2

Please sign in to comment.