Skip to content

Commit 2be6d64

Browse files
authored
Merge pull request #39 from Global-Tags/development
fix: Rename wrong method name
2 parents 07578cd + 53f66a0 commit 2be6d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/rappytv/globaltags/wrapper/http/schemas/GiftCodeRedeemSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public GiftCodeRedeemSchema(@NotNull Date expiresAt) {
2121
* @return the gift expiration date
2222
*/
2323
@NotNull
24-
public Date getCode() {
24+
public Date getExpiresAt() {
2525
return this.expiresAt;
2626
}
2727

0 commit comments

Comments
 (0)