From 9ba6cb120031654bace932d043178f8e92c4a15e Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 21 May 2017 10:10:06 +0000 Subject: [PATCH] finally fix notify new locations --- compass/app/Jobs/NotifyOfNewLocations.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compass/app/Jobs/NotifyOfNewLocations.php b/compass/app/Jobs/NotifyOfNewLocations.php index 06da65c..667c1b6 100644 --- a/compass/app/Jobs/NotifyOfNewLocations.php +++ b/compass/app/Jobs/NotifyOfNewLocations.php @@ -1,6 +1,7 @@ env('BASE_URL').'api/last?token='.$db->token.'&geocode=1' + 'url' => env('BASE_URL').'api/last?token='.$db->read_token.'&geocode=1' ])); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_exec($ch);