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

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jun 12, 2024
1 parent 22c2ca6 commit 1b1088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

import * as schema from "@octokit/graphql-schema/schema";
import * as yargs from "yargs";
import yargs from "yargs";
import { process as computeActions } from "./compute-pr-actions";
import { getAllOpenPRsAndCardIDs } from "./queries/all-open-prs-query";
import { getPRInfo } from "./queries/pr-query";
Expand Down

0 comments on commit 1b1088e

Please sign in to comment.