Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pid1 committed Apr 24, 2015
2 parents c5b5bff + 97f4a95 commit b5d7c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputOutput/Database.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void setDesiredTempForSerialNumber(String serialnumber, String desiredtem
}

public String getDevicesFromEmail(String email){
return null;
return this.getUserFromEmail(email).get("devices");
}


Expand Down

0 comments on commit b5d7c05

Please sign in to comment.