Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 committed Jul 16, 2021
1 parent 3e8ad3a commit 4adf3f8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dashboards-reports/server/routes/utils/converters/uiToBackend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,6 @@ const getBackendDelivery = (
textDescription: textDescription,
htmlDescription: htmlDescription
}
// switch (deliveryType) {
// case DELIVERY_TYPE.opensearchDashboardsUser:
// break;

// case DELIVERY_TYPE.channel:
// res = {
// ...(deliveryParams as ChannelSchemaType),
// deliveryFormat: BACKEND_DELIVERY_FORMAT.embedded, //TODO: now we only support one delivery format
// };
// break;
// }
return res;
};

Expand Down

0 comments on commit 4adf3f8

Please sign in to comment.