Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jul 7, 2020
1 parent 9743f0f commit 7de6c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/js/ops/permissions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.

import { sendSync } from "./dispatch_json.ts";
import { PermissionState } from "../permissions.ts";
import type { PermissionState } from "../permissions.ts";

interface PermissionRequest {
name: string;
Expand Down

0 comments on commit 7de6c04

Please sign in to comment.