Skip to content

Commit

Permalink
Update front/pages/api/w/[wId]/data_sources/[name]/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Flavien David <[email protected]>
  • Loading branch information
spolu and flvndvd authored Jan 24, 2024
1 parent 5c865de commit 870026c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/pages/api/w/[wId]/data_sources/[name]/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async function handler(
});
}

// We only expose deleting non-managed data sources.
// We only expose deleted non-managed data sources.
if (dataSource.connectorId) {
return apiError(req, res, {
status_code: 400,
Expand Down

0 comments on commit 870026c

Please sign in to comment.