chore: lint

This commit is contained in:
karishmas6
2024-09-19 09:14:31 +05:30
parent 825b1db932
commit 3dad5a0c41

View File

@@ -18,7 +18,7 @@ export const handleUploadCredentials = async (fileName: any, credentials: any, s
export const handleWriteToGsheet = async (fileName: string, runId: string): Promise<{ export const handleWriteToGsheet = async (fileName: string, runId: string): Promise<{
success: boolean; success: boolean;
message: string; message: string;
}> => { }> => {
try { try {
const response = await axios.post(`http://localhost:8080/integration/update-google-sheet/${fileName}/${runId}`); const response = await axios.post(`http://localhost:8080/integration/update-google-sheet/${fileName}/${runId}`);
if (response.status === 200) { if (response.status === 200) {