1 parent 32f27b7 commit a17850fCopy full SHA for a17850f
1 file changed
src/pages/manifest.json.ts
@@ -119,13 +119,12 @@ const buildManifestPayload = () => {
119
* GET endpoint for the web app manifest
120
* @returns Response with manifest JSON
121
*/
122
-export const GET: APIRoute = async ({ request, cookies, clientAddress }) => {
+export const GET: APIRoute = async ({ request, cookies }) => {
123
const { context } = createApiFunctionContext({
124
route: ROUTE,
125
operation: 'GET',
126
request,
127
cookies,
128
- clientAddress,
129
})
130
131
try {
0 commit comments