Skip to content

Commit b292b62

Browse files
committed
Remove unused import
1 parent 0a99524 commit b292b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createResponse } from './utils';
22
import handleStudioRequest from "./studio";
33
import { Handler } from "./handler";
44
import { DatabaseStub, DataSource, RegionLocationHint, Source } from './types';
5-
import { corsHeaders, corsPreflight } from './cors';
5+
import { corsPreflight } from './cors';
66
export { DatabaseDurableObject } from './do';
77

88
const DURABLE_OBJECT_ID = 'sql-durable-object';

0 commit comments

Comments
 (0)