mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-13 23:09:07 +01:00
cleanup
This commit is contained in:
parent
20c4b14799
commit
5d56b847c6
@ -29,8 +29,6 @@ export async function searchForMedia(query: MWQuery): Promise<MWMediaMeta[]> {
|
||||
})
|
||||
);
|
||||
|
||||
console.log(results[0]);
|
||||
|
||||
cache.set(query, results, 3600);
|
||||
return results;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user