From 99a30e17a866f26b743631915f96e98bc871a046 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 19 Sep 2024 18:28:03 +0530 Subject: [PATCH] fix: format --- src/pages/MainPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/MainPage.tsx b/src/pages/MainPage.tsx index 3f15fa81..b3a36349 100644 --- a/src/pages/MainPage.tsx +++ b/src/pages/MainPage.tsx @@ -5,7 +5,7 @@ import { Recordings } from "../components/organisms/Recordings"; import { Runs } from "../components/organisms/Runs"; import { useGlobalInfoStore } from "../context/globalInfo"; import { createRunForStoredRecording, interpretStoredRecording, notifyAboutAbort, scheduleStoredRecording } from "../api/storage"; -import { handleUploadCredentials } from "../api/interpretation" +import { handleUploadCredentials } from "../api/integration" import { io, Socket } from "socket.io-client"; import { stopRecording } from "../api/recording"; import { RunSettings } from "../components/molecules/RunSettings"; @@ -121,7 +121,6 @@ export const MainPage = ({ handleEditRecording }: MainPageProps) => { notify('success', `Service Account credentials saved successfully.`); } else { notify('error', `Failed to save credentials.`); - } }) }