chore: upgrade to eslint v9 (#2574)
This commit is contained in:
@@ -61,7 +61,7 @@ export async function checkAvatarChanged(
|
||||
if (headResponse.status !== 200) {
|
||||
return { changed: false };
|
||||
}
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return { changed: false };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user