Skip to content

Commit

Permalink
Update GithubHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hupo376787 authored Oct 28, 2024
1 parent 59e653d commit 1a5e289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WeiboAlbumDownloader/Helpers/GithubHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class GithubHelper
}
catch (Exception ex)
{
return "获取最新版失败";
return null;
}
}

Expand All @@ -56,7 +56,7 @@ public static async Task<string> GetGiteeLatestVersion()
}
catch (Exception ex)
{
return "获取最新版失败";
return null;
}
}
}
Expand Down

0 comments on commit 1a5e289

Please sign in to comment.