From 049f0e501e97a9c4eef3c9e50841665dcb18b5c9 Mon Sep 17 00:00:00 2001 From: James Gowdy Date: Thu, 12 Mar 2020 09:21:06 +0000 Subject: [PATCH] update comment --- .../ml/public/application/services/ml_api_service/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/ml/public/application/services/ml_api_service/index.ts b/x-pack/legacy/plugins/ml/public/application/services/ml_api_service/index.ts index a2310c591671df..2f6ce24b93e47f 100644 --- a/x-pack/legacy/plugins/ml/public/application/services/ml_api_service/index.ts +++ b/x-pack/legacy/plugins/ml/public/application/services/ml_api_service/index.ts @@ -474,7 +474,7 @@ export const ml = { /** * Gets a list of calendars * @param obj - * @returns {Promise} + * @returns {Promise} */ calendars(obj?: { calendarId?: CalendarId; calendarIds?: CalendarId[] }) { const { calendarId, calendarIds } = obj || {};