Skip to content

Commit

Permalink
fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Dec 15, 2023
1 parent 61680a1 commit 8e3e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dl/officialsite/sharing/Share.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public class Share {
private String meetingLink;

@Column
private int rewardAmount;
private Integer rewardAmount;

@CreatedDate
@Column(updatable = false)
Expand Down

0 comments on commit 8e3e58d

Please sign in to comment.