From a3fca200fca1f3637c7099fc0a73da3d351419b3 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Wed, 7 Jun 2023 13:12:21 -0700 Subject: [PATCH] comment fixes --- backend/src/integrations/apps.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/src/integrations/apps.ts b/backend/src/integrations/apps.ts index 334ffdb97..f8ed77277 100644 --- a/backend/src/integrations/apps.ts +++ b/backend/src/integrations/apps.ts @@ -611,9 +611,9 @@ const getAppsSupabase = async ({ accessToken }: { accessToken: string }) => { /** * Return list of projects for the Checkly integration * @param {Object} obj - * @param {String} obj.accessToken - access token for Supabase API - * @returns {Object[]} apps - names of Supabase apps - * @returns {String} apps.name - name of Supabase app + * @param {String} obj.accessToken - api key for the Checkly API + * @returns {Object[]} apps - Сheckly accounts + * @returns {String} apps.name - name of Checkly account */ const getAppsCheckly = async ({ accessToken }: { accessToken: string }) => { const { data } = await standardRequest.get(