From 212edf89487cbd3a749a0bc5ea4cd2438d98916b Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Wed, 5 Feb 2020 10:47:25 -0800 Subject: [PATCH] Patch cherry pick script for new octokit --- scripts/open-cherry-pick-pr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/open-cherry-pick-pr.ts b/scripts/open-cherry-pick-pr.ts index ac39d959bd9..270bc2851c4 100644 --- a/scripts/open-cherry-pick-pr.ts +++ b/scripts/open-cherry-pick-pr.ts @@ -2,7 +2,7 @@ // Must reference esnext.asynciterable lib, since octokit uses AsyncIterable internally /// -import Octokit = require("@octokit/rest"); +import { Octokit } from "@octokit/rest"; const {runSequence} = require("./run-sequence"); import fs = require("fs"); import path = require("path");