refactor: excel cleanup (#734)

* refactor: remove import of project data from excel
This commit is contained in:
Carlos Valente
2024-01-26 12:55:35 +01:00
committed by GitHub
parent 2df3d376ad
commit c146954a2f
18 changed files with 111 additions and 403 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export async function uploadTestDb(request) {
multipart: {
file: {
fileName: filePath,
mimeType: "application/json",
mimeType: 'application/json',
buffer: file,
},
},