This commit is contained in:
2022-03-25 21:33:30 +00:00
parent a2c195aaa1
commit 8a40a35be2

View File

@@ -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);