Skip to content

Commit

Permalink
WHISTLE-856: small formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed May 22, 2012
1 parent 22656ed commit 54ca137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion whistle_apps/apps/callflow/src/module/cf_voicemail.erl
Expand Up @@ -950,7 +950,8 @@ message_media_doc(Db, #mailbox{mailbox_number=BoxNum, mailbox_id=Id, timezone=Ti
,{<<"source_type">>, <<"voicemail">>}
,{<<"source_id">>, Id}
,{<<"media_source">>, <<"recording">>}
,{<<"streamable">>, true}],
,{<<"streamable">>, true}
],
Doc = wh_doc:update_pvt_parameters(wh_json:from_list(Props), Db, [{type, <<"private_media">>}]),
{ok, JObj} = couch_mgr:save_doc(Db, Doc),
wh_json:get_value(<<"_id">>, JObj).
Expand Down

0 comments on commit 54ca137

Please sign in to comment.