correction readme
This commit is contained in:
parent
52681a088e
commit
0271b68452
@ -24,7 +24,7 @@ import {getTableRawContentFromFile, tableRawContentToObjects} from './main.js'
|
||||
* @return {Promise<any[]>}
|
||||
*/
|
||||
async function getFileData(file){
|
||||
return getTableRawContentFromFile(file)then(tableRawContentToObjects)
|
||||
return getTableRawContentFromFile(file).then(tableRawContentToObjects)
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user