Skip to content

Commit

Permalink
🔥 remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fruck committed Jan 6, 2022
1 parent 97effaa commit 89422c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/controllers/connectors/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ class ConnectorService {

default:
throw new ApiError(404, 'Unknown connector type!');
break;
}

return plugin.Document;
Expand Down

0 comments on commit 89422c9

Please sign in to comment.