Skip to content

Commit

Permalink
Remove unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Oct 19, 2023
1 parent 9dea3ab commit 6ce56f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-api/src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ cursorPaginationEnabledMethods.add('admin.apps.restricted.list');
// https://api.slack.com/methods/admin.apps.uninstall
export interface AdminAppsUninstallArguments {
app_id: string;
enterprise_id?: string; // TODO: breaking change, enforce at least one array item?
enterprise_id?: string;
team_ids?: string[]; // TODO: breaking change, enforce at least one array item?
}
// https://api.slack.com/methods/admin.apps.activities.list
Expand Down

0 comments on commit 6ce56f3

Please sign in to comment.