mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
fixes #263 - it couldn't get the values of deserialization
This commit is contained in:
parent
19a136e8e2
commit
5b854e8f5c
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ public class Outfit extends BaseModel {
|
|||
String eyeWear;
|
||||
|
||||
@Column
|
||||
@SerializedName("headaccessory")
|
||||
String headAccessory;
|
||||
|
||||
public String getArmor() {return armor;}
|
||||
|
|
|
|||
Loading…
Reference in a new issue