From 962a4c1faf1c3992d6e81c3943c9f71c582940e1 Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 15 Aug 2024 13:48:04 -0400 Subject: [PATCH] test deploy functions --- functions/src/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/publish.ts b/functions/src/publish.ts index 2ca6c30..6b9e37d 100644 --- a/functions/src/publish.ts +++ b/functions/src/publish.ts @@ -161,7 +161,7 @@ async function getRawEntries(): Promise { )} is a duplicate ts of a different entry` ); } - // add alphabetical index + // make alphabetical index entries.sort((a, b) => a.p.localeCompare(b.p, "ps")); const entriesLength = entries.length; // add index