Skip to content

Commit

Permalink
KAZOO-1513: remove some blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Apr 23, 2014
1 parent cae4831 commit aacd79f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions applications/omnipresence/src/omnip_subscriptions.erl
Expand Up @@ -402,10 +402,7 @@ maybe_send_mwi_update(JObj) ->
MessagesUrgentSaved = wh_json:get_integer_value(<<"Messages-Urgent-Saved">>, JObj, 0),
MessagesWaiting = case MessagesNew of 0 -> <<"no">>; _ -> <<"yes">> end,
MessageAccount = <<"sip:",To/binary>>,




Update = props:filter_undefined(
[{<<"To">>, To }
,{<<"From">>, From }
Expand Down

0 comments on commit aacd79f

Please sign in to comment.