diff --git a/src/backport.ts b/src/backport.ts index 466f799..9577104 100644 --- a/src/backport.ts +++ b/src/backport.ts @@ -9,7 +9,7 @@ import { fetchCurrentUser, fetchPr, } from "./github.ts"; -import type {Issue} from "./types.ts"; +import type { Issue } from "./types.ts"; if ( !Deno.env.get("BACKPORTER_GITEA_FORK") ||