Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit ab169e0

Browse files
committed
Clean up
1 parent fe9c913 commit ab169e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { Status } from 'https://deno.land/[email protected]/http/http_status.ts'
12
import type { BufReader, BufWriter } from 'https://deno.land/[email protected]/io/bufio.ts'
23
import type { MultipartFormData } from 'https://deno.land/[email protected]/mime/multipart.ts'
34
import { MultipartReader } from 'https://deno.land/[email protected]/mime/multipart.ts'
4-
import { Status } from "https://deno.land/[email protected]/http/http_status.ts";
55
import log from '../shared/log.ts'
66
import type { APIRequest, ServerRequest, ServerResponse } from '../types.ts'
77

types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import type { Status } from 'https://deno.land/[email protected]/http/http_status.ts'
12
import type { BufReader, BufWriter } from 'https://deno.land/[email protected]/io/bufio.ts'
23
import type { MultipartFormData } from 'https://deno.land/[email protected]/mime/multipart.ts'
3-
import type { Status } from "https://deno.land/[email protected]/http/http_status.ts"
44
import { Plugin, PluginCreator } from 'https://esm.sh/[email protected]'
55

66
/**

0 commit comments

Comments
 (0)