chore: run prettier

This commit is contained in:
Adrian Castro
2024-02-04 17:48:04 +01:00
parent cf4076d613
commit 54e270bf17

View File

@@ -45,7 +45,7 @@ export default function SearchScreen() {
} }
async function fetchSearchResults(query: string): Promise<ItemData[]> { async function fetchSearchResults(query: string): Promise<ItemData[]> {
const results = await searchTitle(query) const results = await searchTitle(query);
return results return results
.map((result) => { .map((result) => {