Skip to content

Commit

Permalink
prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Dec 4, 2023
1 parent 4ef943d commit 14b20b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/ai/fetcher.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Response } from "miniflare";
import { performApiFetch } from "../cfetch/internal";
import { getAccountId } from "../user";
import type { Request} from "miniflare";
import type { Request } from "miniflare";

export async function AIFetcher(request: Request) {
const accountId = await getAccountId();
Expand Down

0 comments on commit 14b20b1

Please sign in to comment.