Skip to content

Commit

Permalink
voice-modb: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
icehess committed Apr 29, 2016
1 parent 55fec07 commit b652bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion applications/callflow/src/module/cf_voicemail.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ new_message(AttachmentName, Length, #mailbox{mailbox_number=BoxNum
,after_notify_action=Action
}=Box, Call) ->
AccountId = whapps_call:account_id(Call),
NewMsgProps = [{{<<"Box-Id">>, BoxId}
NewMsgProps = [{<<"Box-Id">>, BoxId}
,{<<"OwnerId">>, OwnerId}
,{<<"Length">>, Length}
,{<<"Transcribe-Voicemail">>, MaybeTranscribe}
Expand Down
1 change: 1 addition & 0 deletions core/kazoo_documents/src/kzd_voice_message.erl
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ set_metadata(Metadata, JObj) ->
wh_json:set_value(?KEY_METADATA, Metadata, JObj).

-spec utc_seconds(doc()) -> pos_integer().
utc_seconds(JObj) ->
wh_json:get_integer_value(?KEY_UTC_SEC, JObj).

%%--------------------------------------------------------------------
Expand Down

0 comments on commit b652bda

Please sign in to comment.