mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
cleanup
This commit is contained in:
parent
0e9263b619
commit
06eb8e6b6d
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ export async function searchForMedia(query: MWQuery): Promise<MWMediaMeta[]> {
|
|||
})
|
||||
);
|
||||
|
||||
console.log(results[0]);
|
||||
|
||||
cache.set(query, results, 3600);
|
||||
return results;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue