Skip to content

Commit

Permalink
pass joinKey through even after joining normal and square components …
Browse files Browse the repository at this point in the history
…of extended boluses
  • Loading branch information
jebeck committed Jul 23, 2014
1 parent d69dfa1 commit 0b010fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/lib/devicedata/convertbolus.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function dualNormalBuilder() {
return [
{
id: normal.id,
joinKey: normal.joinKey,
deviceId: normal.deviceId,
initialDelivery: normal.value,
extendedDelivery: square.value,
Expand Down

0 comments on commit 0b010fe

Please sign in to comment.