feat: use logger
This commit is contained in:
@ -37,7 +37,6 @@ export const handler: Handlers = {
|
||||
|
||||
const authors = url.searchParams?.get("author")?.split(",");
|
||||
if (authors?.length) {
|
||||
console.log({ authors });
|
||||
resources = resources.filter((r) => {
|
||||
return r?.meta?.author && authors.includes(r?.meta?.author);
|
||||
});
|
||||
|
Reference in New Issue
Block a user