Skip to content

Commit

Permalink
Fix lint unuse var
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 14, 2025
1 parent cb1348c commit b6a6f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class CustomAuth {
// Link prefetch is not detectable. pass through
resolveFn();
}
} catch (err) {
} catch {
resolveFn();
}
});
Expand Down

0 comments on commit b6a6f57

Please sign in to comment.