mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
test(generateFileUploadForm): add unit test
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @param data - the array of JSON objects to convert.
|
||||
*/
|
||||
export const convertToCSV = (
|
||||
data: Array<any>,
|
||||
data: any[],
|
||||
sasFormats?: { formats: { [key: string]: string } }
|
||||
) => {
|
||||
let formats = sasFormats?.formats
|
||||
|
||||
Reference in New Issue
Block a user