fix(useapplelogin ): lint

This commit is contained in:
Timothy Z. 2025-04-24 16:01:44 +03:00
parent 63624a9554
commit d09c760a1c

View file

@ -11,7 +11,6 @@ type AppleLoginResponse = {
name: string;
};
const STREMIO_URL = 'http://localhost:3001';
const MAX_TRIES = 25;