feat: allow filtering with null (no) rating
This commit is contained in:
@@ -23,5 +23,3 @@ export const TYPESENSE_API_KEY = Deno.env.get("TYPESENSE_API_KEY");
|
||||
|
||||
export const LOG_LEVEL: string = Deno.env.get("LOG_LEVEL") ||
|
||||
"warn";
|
||||
|
||||
console.log({ LOG_LEVEL });
|
||||
|
||||
Reference in New Issue
Block a user