1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-01-30 21:08:27 +00:00
This commit is contained in:
castdrian 2023-06-14 07:52:04 +02:00 committed by Adrian Castro
parent 0e9263b619
commit 06eb8e6b6d

View file

@ -29,8 +29,6 @@ export async function searchForMedia(query: MWQuery): Promise<MWMediaMeta[]> {
})
);
console.log(results[0]);
cache.set(query, results, 3600);
return results;
}