From ee169b4c6c3fa86653b81db8d973326bb21450bb Mon Sep 17 00:00:00 2001 From: Akshata Katwal Date: Fri, 13 Dec 2024 17:39:37 +0530 Subject: [PATCH] update pr --- .env | 3 +-- .github/workflows/tekdi-server-deployment.yaml | 4 +--- src/pages/centers.tsx | 2 -- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.env b/.env index cef87e08..66ec2268 100644 --- a/.env +++ b/.env @@ -5,5 +5,4 @@ NEXT_PUBLIC_NOTIFICATION_BASE_URL=https://notification.prathamdigital.org # NEXT_PUBLIC_NOTIFICATION_BASE_URL=https://qa.prathamteacherapp.tekdinext.com/notification-service NEXT_PUBLIC_COURSE_PLANNER_API_URL=https://courseplan.tekdinext.com/project/v1 NEXT_PUBLIC_TENANT_ID="" # Tenant Id of User -NEXT_PUBLIC_FRAMEWORK_ID="" # Framework Id of knowlg-inQuiry setup - +NEXT_PUBLIC_FRAMEWORK_ID="" # Framework Id of knowlg-inQuiry setup \ No newline at end of file diff --git a/.github/workflows/tekdi-server-deployment.yaml b/.github/workflows/tekdi-server-deployment.yaml index f27f5ac5..de9d1469 100644 --- a/.github/workflows/tekdi-server-deployment.yaml +++ b/.github/workflows/tekdi-server-deployment.yaml @@ -22,6 +22,4 @@ jobs: fi echo "${{ secrets.QA_ENV }}" > .env ls -ltra - ./deploy.sh - - \ No newline at end of file + ./deploy.sh \ No newline at end of file diff --git a/src/pages/centers.tsx b/src/pages/centers.tsx index 074f2a45..1ac375c7 100644 --- a/src/pages/centers.tsx +++ b/src/pages/centers.tsx @@ -1344,5 +1344,3 @@ export async function getStaticProps({ locale }: any) { } export default Center; - -