Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Dec 26, 2023
1 parent 115bfd1 commit 1b12933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docs/src/routes/store/+layout.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export async function load({ params }) {
return parseInt(b.id) - parseInt(a.id)
})
}
console.log(storeInfo.discounts.data)
return {
tech,
products: storeInfo.products,
Expand Down

0 comments on commit 1b12933

Please sign in to comment.