Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Sep 26, 2022
1 parent 240fee7 commit 711b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/src/server.advanced.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './shim.js';

import type { SSRManifest } from 'astro';
import { App, getSetCookiesFromResponse } from 'astro/app';
import { App } from 'astro/app';

type Env = {
ASSETS: { fetch: (req: Request) => Promise<Response> };
Expand Down

0 comments on commit 711b534

Please sign in to comment.