🚨 fix: resolve all linting errors
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 37s

This commit is contained in:
2026-02-15 23:08:07 +07:00
parent c74597c57d
commit 63fcd8587b
2 changed files with 2 additions and 2 deletions

View File

@ -26,5 +26,5 @@ interface Preference {
adultAlert: string;
videoQuality: string;
serviceDefaultId: null;
hideContries: any[];
hideContries: string[];
}