File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ module.exports = function(grunt) {
287287 var locals = {
288288 version : version ,
289289 env : require ( './client/config/json/environment.json' ) . environment ,
290- intercom_app_id : process . env . INTERCOM_APP_ID || 'xs5g95pd' ,
290+ intercomAppId : process . env . INTERCOM_APP_ID || 'xs5g95pd' ,
291291 commitHash : require ( './client/config/json/commit.json' ) . commitHash ,
292292 commitTime : require ( './client/config/json/commit.json' ) . commitTime ,
293293 apiHost : require ( './client/config/json/api.json' ) . host
Original file line number Diff line number Diff line change @@ -205,5 +205,5 @@ html(
205205
206206 //- Intercom
207207 script(
208- src = "https://widget.intercom.io/widget/" + intercom_app_id
208+ src = "https://widget.intercom.io/widget/" + intercomAppId
209209 )
You can’t perform that action at this time.
0 commit comments