Skip to content

Commit

Permalink
Remove non-necessary typing
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Nov 15, 2024
1 parent cf38d98 commit 438518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/slack/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export class SlackConnectorManager extends BaseConnectorManager<SlackConfigurati
parentInternalId: string | null;
filterPermission: ConnectorPermission | null;
viewType: ContentNodesViewType;
}): Promise<Result<ContentNode[], Error | ProviderWorkflowError>> {
}): Promise<Result<ContentNode[], Error>> {
if (parentInternalId) {
return new Err(
new Error(
Expand Down

0 comments on commit 438518a

Please sign in to comment.