Skip to content

Commit

Permalink
fix the redpacket
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Dec 18, 2023
1 parent 64fc19f commit 978ebe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dl/officialsite/redpacket/RedPacket.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class RedPacket {

//usdc or dai
private String token;

@Column(columnDefinition = "TEXT")
@Convert(converter = StringListConverter.class)
private List<String> claimedAddress;

Expand Down

0 comments on commit 978ebe7

Please sign in to comment.