Skip to content

Commit

Permalink
changed APP_NAME to CONFIG_CAT to standardise code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsromana committed May 4, 2016
1 parent 11e2f1d commit e6bd234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/konami/src/konami.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
,{'event', CallId, EventName, Event}
).

-define(WSD_ENABLED, kapps_config:get_is_true(?APP_NAME, <<"webseq_enabled">>, 'false')).
-define(WSD_ENABLED, kapps_config:get_is_true(?CONFIG_CAT, <<"webseq_enabled">>, 'false')).

-define(KONAMI_HRL, 'true').
-endif.

0 comments on commit e6bd234

Please sign in to comment.