Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
fix: remove unused code (-)
Browse files Browse the repository at this point in the history
  • Loading branch information
NozomuIkuta committed Aug 20, 2022
1 parent 4c01dc0 commit 1ffd871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { appendHeaders, HTTPMethod } from 'h3'
import { HTTPMethod } from 'h3'

export interface CorsOptions {
origin?: '*' | 'null' | (string | RegExp)[] | ((origin: string) => boolean)
Expand Down

0 comments on commit 1ffd871

Please sign in to comment.