mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
refactor: excel cleanup (#734)
* refactor: remove import of project data from excel
This commit is contained in:
@@ -15,7 +15,7 @@ export async function uploadTestDb(request) {
|
||||
multipart: {
|
||||
file: {
|
||||
fileName: filePath,
|
||||
mimeType: "application/json",
|
||||
mimeType: 'application/json',
|
||||
buffer: file,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user