Skip to content

Commit

Permalink
Just removing a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Apr 4, 2024
1 parent e98af09 commit df5f972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connectors/src/api/create_connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const _createConnectorAPIHandler = async (
configuration,
} = bodyValidation.right;

// const connectorCreator =
let connectorRes: Result<string, Error> | null = null;
null;
switch (req.params.connector_provider) {
Expand Down

0 comments on commit df5f972

Please sign in to comment.