From 8ed1c3b3785919776ea16ef245879aceea1e69dc Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 8 Feb 2023 16:40:47 +0100 Subject: [PATCH] chore: fixing api-reports Signed-off-by: blam --- plugins/microsoft-calendar/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/microsoft-calendar/api-report.md b/plugins/microsoft-calendar/api-report.md index a68b070c32..d6839f19ea 100644 --- a/plugins/microsoft-calendar/api-report.md +++ b/plugins/microsoft-calendar/api-report.md @@ -15,7 +15,7 @@ import { OAuthApi } from '@backstage/core-plugin-api'; export class MicrosoftCalendarApiClient { constructor(options: { authApi: OAuthApi; fetchApi: FetchApi }); // (undocumented) - getCalendars(params?: any): Promise; + getCalendars(): Promise; // (undocumented) getEvents( calendarId: string,