From 8ec179320094e03b4ca90ef38b53c3c8dbba67da Mon Sep 17 00:00:00 2001 From: Filip Maj Date: Tue, 18 Jun 2024 15:07:26 -0400 Subject: [PATCH] comment fix --- packages/web-api/src/methods.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/web-api/src/methods.ts b/packages/web-api/src/methods.ts index 018c91450..815f4ce0b 100644 --- a/packages/web-api/src/methods.ts +++ b/packages/web-api/src/methods.ts @@ -2,7 +2,7 @@ import { EventEmitter } from 'eventemitter3'; import { WebAPICallResult, WebClient, WebClientEvent } from './WebClient'; -// Response types +// Request, followed by response, types import type { APITestArguments, AdminAnalyticsGetFileArguments, @@ -493,7 +493,6 @@ import type { WorkflowsStepFailedResponse, WorkflowsUpdateStepResponse, } from './types/response/index'; -// Request types /** * Generic method definition