diff options
Diffstat (limited to 'cli/js/web/headers.ts')
-rw-r--r-- | cli/js/web/headers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/headers.ts b/cli/js/web/headers.ts index 652dd2de6..9ff594224 100644 --- a/cli/js/web/headers.ts +++ b/cli/js/web/headers.ts @@ -1,7 +1,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import * as domTypes from "./dom_types.ts"; import { DomIterableMixin } from "./dom_iterable.ts"; -import { requiredArguments } from "../util.ts"; +import { requiredArguments } from "./util.ts"; import { customInspect } from "./console.ts"; // From node-fetch |