Skip to content

Commit

Permalink
fix: receiver lang code
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Jun 7, 2023
1 parent 075b6a6 commit fa0c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tasker/task/prepare_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func PrepareMsgProcessor(n *notify.Notify) func(context.Context, *asynq.Task) er
DateString: formatDate(payload.Timestamp, n.Timezone),
ChannelType: resp.Receiver[0].User.Interface_type,
ChannelIdentifier: resp.Receiver[0].User.Interface_identifier,
Language: resp.Sender[0].User.Personal_information.Language_code,
Language: resp.Receiver[0].User.Personal_information.Language_code,
BlockchainAddress: resp.Receiver[0].Blockchain_address,
VoucherAddress: payload.ContractAddress,
}
Expand Down

0 comments on commit fa0c39d

Please sign in to comment.