Skip to content

Commit

Permalink
feat: reduce useless code
Browse files Browse the repository at this point in the history
Signed-off-by: suzhou <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed May 10, 2023
1 parent f10c614 commit 83638f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ enum Navigation {
Templates = "Templates",
DataStreams = "Data streams",
CreateDataStream = "Create data stream",
TaskManagement = "Task Management",
Notifications = "Notification settings",
ComposableTemplates = "Component templates",
}
Expand Down
1 change: 0 additions & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const NODE_API = Object.freeze({
_REPOSITORIES: `${BASE_API_PATH}/_repositores`,
PUT_INDEX: `${BASE_API_PATH}/putIndex`,
API_CALLER: `${BASE_API_PATH}/apiCaller`,
CONSOLE_PROXY_CALLER: "/api/console/proxy",
});

export const REQUEST = Object.freeze({
Expand Down

0 comments on commit 83638f0

Please sign in to comment.