even more case-insensitivity
what is this? common lisp? laugh track
This commit is contained in:
parent
08f5f5ad12
commit
b593492572
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Deno.serve({ port: 61266 }, async (req) => {
|
|||
const url = new URL(req.url);
|
||||
const names = url.searchParams.getAll("name").filter((name) =>
|
||||
!name.match(/\/\?/)
|
||||
);
|
||||
).map(name => name.toLowerCase());
|
||||
await Promise.all(names.map(update_name_color));
|
||||
const css = cssify({
|
||||
requester: url.searchParams.get("requester") ?? undefined,
|
||||
|
|
Loading…
Reference in a new issue