Skip to content

Commit a17850f

Browse files
committed
Fix breadcrumbs e2e tests
1 parent 32f27b7 commit a17850f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/manifest.json.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,12 @@ const buildManifestPayload = () => {
119119
* GET endpoint for the web app manifest
120120
* @returns Response with manifest JSON
121121
*/
122-
export const GET: APIRoute = async ({ request, cookies, clientAddress }) => {
122+
export const GET: APIRoute = async ({ request, cookies }) => {
123123
const { context } = createApiFunctionContext({
124124
route: ROUTE,
125125
operation: 'GET',
126126
request,
127127
cookies,
128-
clientAddress,
129128
})
130129

131130
try {

0 commit comments

Comments
 (0)