Skip to content

Commit

Permalink
update store sort
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwords committed Nov 13, 2024
1 parent 065fdc2 commit dcdc3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit dcdc3fc

Please sign in to comment.