Skip to content

Commit

Permalink
2024 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed May 29, 2024
1 parent 81384b0 commit 7f90ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onemit2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const name_mit_glob_reversed = name_mit_array
.reduce((acc, val) => acc + val + "*", "*");

const text_selection_mit_input = Inputs.table(
sql`SELECT * FROM "onemit2024" WHERE "name" GLOB ${name_mit_glob} OR "name" GLOB ${name_mit_glob_reversed} ORDER BY "name", "name" LIMIT 25`,
sql`SELECT * FROM "onemit2024" WHERE "name" GLOB ${name_mit_glob} OR "name" GLOB ${name_mit_glob_reversed} ORDER BY LENGTH("name"), "name" LIMIT 25`,
{
columns: ["name"],
required: false,
Expand Down

0 comments on commit 7f90ca5

Please sign in to comment.