Skip to content

Commit b6a6f57

Browse files
committed
Fix lint unuse var
1 parent cb1348c commit b6a6f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ class CustomAuth {
459459
// Link prefetch is not detectable. pass through
460460
resolveFn();
461461
}
462-
} catch (err) {
462+
} catch {
463463
resolveFn();
464464
}
465465
});

0 commit comments

Comments
 (0)