From 0fbf7c146ee3148dbf5a96eb4c7a85146e664b92 Mon Sep 17 00:00:00 2001 From: Pascal Haakmat Date: Tue, 6 Sep 2022 14:41:04 +0200 Subject: [PATCH] Update api-report.md Signed-off-by: Pascal Haakmat --- plugins/scaffolder-backend/api-report.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/scaffolder-backend/api-report.md b/plugins/scaffolder-backend/api-report.md index 46e4576bff..066b201918 100644 --- a/plugins/scaffolder-backend/api-report.md +++ b/plugins/scaffolder-backend/api-report.md @@ -169,7 +169,6 @@ export type CreateGithubPullRequestClientFactoryInput = { owner: string; repo: string; token?: string; - throttling?: boolean; }; // @public @@ -392,7 +391,6 @@ export const createPublishGithubPullRequestAction: ({ token?: string | undefined; reviewers?: string[] | undefined; teamReviewers?: string[] | undefined; - throttling?: boolean | undefined; }>; // @public