Skip to content

Commit

Permalink
1.1.132
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Oct 16, 2024
1 parent 64027b9 commit 9fec41e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/ani/rss/util/UpdateUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public static About about() {

public static void update(About about) {
Boolean update = about.getUpdate();
String latest = about.getLatest();
if (!update) {
return;
}
Expand Down

0 comments on commit 9fec41e

Please sign in to comment.