Skip to content

Commit d35f2a9

Browse files
author
Terry Lee
committed
Add timezone Static Feed Update to Fitbit Profile
1 parent 09d43fa commit d35f2a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hat/app/org/hatdex/hat/she/service/DataEndpointMapper.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ class FitbitProfileMapper extends DataEndpointMapper with FeedItemComparator {
520520
compareInt(tailContent.get, content, "age", "Age"),
521521
compareInt(tailContent.get, content, "height", "Height"),
522522
compareFloat(tailContent.get, content, "weight", "Weight"),
523-
compareString(tailContent.get, content, "country", "Country"))
523+
compareString(tailContent.get, content, "country", "Country"),
524+
compareString(tailContent.get, content, "timezone", "Time Zone"))
524525
}
525526
}
526527
}

0 commit comments

Comments
 (0)