Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3p1g committed Feb 28, 2024
1 parent 6b24ba4 commit c83b75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tabby/common/bean/ref/MethodReference.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class MethodReference {
private String vul;
private transient int callCounter = 0;
private String type;
@Column(columnDefinition = "TEXT")
private String urlPath;


Expand Down

0 comments on commit c83b75a

Please sign in to comment.