From dcdc3fcfa44c117b87bf037abf9ced18d7e7996b Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Wed, 13 Nov 2024 13:10:55 -0500 Subject: [PATCH] update store sort --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a63ca9a..883be80 100644 --- a/index.js +++ b/index.js @@ -590,7 +590,7 @@ app.get("/store", async (req, res) => { const response = await getDatabaseEntries(NOTION_STORE_DATABASE_ID, [ - { property: "Cost", direction: "ascending" }, + { property: "Order on Website", direction: "ascending" }, ]); console.log(response);