Skip to content

Commit

Permalink
Remove query from edd getServerSideProps
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Dec 11, 2024
1 parent 326d08d commit 85187f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/hold/request/[id]/edd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function EDDRequestPage({
)
}

export async function getServerSideProps({ params, req, res, query }) {
export async function getServerSideProps({ params, req, res }) {
const { id } = params

// authentication redirect
Expand Down

0 comments on commit 85187f9

Please sign in to comment.