Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Jun 18, 2024
1 parent c73dc00 commit 8ec1793
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web-api/src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -493,7 +493,6 @@ import type {
WorkflowsStepFailedResponse,
WorkflowsUpdateStepResponse,
} from './types/response/index';
// Request types

/**
* Generic method definition
Expand Down

0 comments on commit 8ec1793

Please sign in to comment.