Skip to content

Commit

Permalink
#OBS-I339: handling object removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshitha-D committed Dec 2, 2024
1 parent 255ffbf commit 1cc3699
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api-service/src/controllers/DatasetRead/DatasetRead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ const readDataset = async (datasetId: string, attributes: string[]): Promise<any
}

const processConnectorsConfig = (connectorsConfig: any) => {
if (!Array.isArray(connectorsConfig)) {
return [];
}

return connectorsConfig.map((connector: any) => {
let connector_config = _.get(connector, "connector_config");
Expand Down

0 comments on commit 1cc3699

Please sign in to comment.