Skip to content

Commit 531671f

Browse files
committed
Rename cnt to count
1 parent fb33b6f commit 531671f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/zvyap/hoyoapi/response/HoyoDailyCheckInRewardResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public String getName(){
4242
return name;
4343
}
4444

45-
public int getCnt(){
45+
public int getCount() {
4646
return cnt;
4747
}
4848

0 commit comments

Comments
 (0)