Skip to content

Commit

Permalink
Display avatar image, instead of url
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaen committed Jan 4, 2015
1 parent ea92422 commit f2ec1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitbit.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function refreshTimeSeries() {
doc.getRange("c1").setComment(getLoggables());
// period for the last update
doc.getRange("d1").setValue("Period: " + getPeriod());
doc.getRange("e1").setValue(user.avatar);
doc.getRange("e1").setValue("=image(\"" + user.avatar + "\";1)");

var options = {
"oAuthServiceName" : "fitbit",
Expand Down

0 comments on commit f2ec1ba

Please sign in to comment.