We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d93d67 commit 212edf8Copy full SHA for 212edf8
scripts/open-cherry-pick-pr.ts
@@ -2,7 +2,7 @@
2
// Must reference esnext.asynciterable lib, since octokit uses AsyncIterable internally
3
/// <reference types="node" />
4
5
-import Octokit = require("@octokit/rest");
+import { Octokit } from "@octokit/rest";
6
const {runSequence} = require("./run-sequence");
7
import fs = require("fs");
8
import path = require("path");
0 commit comments