Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard committed Feb 19, 2025
1 parent bd0690a commit 332d304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class AniAuthConfigurator(
* @throws NotAuthorizedException 还未完成验证, 需要捕获并重试
* @return [OAuthResult]
*/
@Throws(NotAuthorizedException::class)
@Throws(NotAuthorizedException::class, CancellationException::class)
private suspend fun getAccessTokenFromAniServer(
requestId: String,
): OAuthResult {
Expand Down

0 comments on commit 332d304

Please sign in to comment.