Skip to content

Commit

Permalink
Temp fixed compile error. (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed May 3, 2018
1 parent 186cd0f commit 6cad3d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class CoOwner extends BunqModel {
@SerializedName("status")
private String status;

public CoOwner(MonetaryAccountReference alias) {
public CoOwner(LabelUser alias) {
this.alias = alias;
}

Expand Down

0 comments on commit 6cad3d7

Please sign in to comment.