Skip to content

Commit

Permalink
Update docs/content/modules/products/serverless-module.md
Browse files Browse the repository at this point in the history
Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
  • Loading branch information
shahednasser and riqwan committed Jun 19, 2023
1 parent c004ca7 commit b59a611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/modules/products/serverless-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export async function GET(
handle,
})
return NextResponse.json({ product: data })
return NextResponse.json({ product: data[0] })
}
```
Expand Down

0 comments on commit b59a611

Please sign in to comment.