mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-26 19:26:59 -05:00
Refactor: Update type safety status
This commit is contained in:
@@ -63,7 +63,7 @@ export function SearchResults({ query, onClose }: SearchResultsProps) {
|
||||
];
|
||||
|
||||
setResults(allResults);
|
||||
} catch (error) {
|
||||
} catch (error: unknown) {
|
||||
console.error('Search error:', error);
|
||||
} finally {
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user