This commit is contained in:
@@ -138,10 +138,10 @@ export default {
|
|||||||
// JSON.stringify(dat)
|
// JSON.stringify(dat)
|
||||||
// );
|
// );
|
||||||
|
|
||||||
// console.log(
|
console.log(
|
||||||
// "if it was csv it should look like this:",
|
"if it was csv it should look like this:",
|
||||||
// Papa.unparse(dat)
|
Papa.unparse(dat)
|
||||||
// );
|
);
|
||||||
|
|
||||||
//upload the data
|
//upload the data
|
||||||
await this.upload(dat);
|
await this.upload(dat);
|
||||||
|
|||||||
Reference in New Issue
Block a user