chore: remove todo

This commit is contained in:
Naveen Pandey
2024-09-20 17:08:09 +05:30
committed by GitHub
parent 95985a9d85
commit dfbc5470e6

View File

@@ -1,6 +1,5 @@
import { default as axios } from "axios";
// todo: proper typescript types for params
export const handleUploadCredentials = async (fileName: string, credentials: any, spreadsheetId: string, range: string): Promise<boolean> => {
try {
const response = await axios.post('http://localhost:8080/integration/upload-credentials', { fileName, credentials: JSON.parse(credentials), spreadsheetId, range });