Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaosongzs committed Apr 26, 2024
1 parent 7ba90af commit ece8d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ private void addWebLinkAsComment(Link link) {
}

private void addWebLink(Link link) {
if () {
if (needSecurity) {
addWebLinkAsComment(link);
return;
}
Expand Down

0 comments on commit ece8d34

Please sign in to comment.