From a51eac5e40e93f151eeb65c96ad0e52cda9a0503 Mon Sep 17 00:00:00 2001 From: Evan Siroky Date: Wed, 27 Sep 2017 15:03:24 -0700 Subject: [PATCH] fix(create-link): make links created in create-link work --- client/plan/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/plan/index.js b/client/plan/index.js index e16351da6..dfad2e6de 100644 --- a/client/plan/index.js +++ b/client/plan/index.js @@ -282,6 +282,7 @@ Plan.prototype.setAddress = function (name, locationData, callback) { return callback(err) } else { location.coordinate(res) + changes[name] = locationData changes[name + '_ll'] = res changes[name + '_valid'] = true plan.set(changes)