mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
doc: oops
This commit is contained in:
parent
57d6da0858
commit
0b9a9eec99
@ -70,7 +70,6 @@ await (async () => {
|
||||
},
|
||||
];
|
||||
|
||||
const blob = new Blob(["12345678"], { type: 'text/plain' });
|
||||
const formData = new FormData();
|
||||
for ( const op of ops ) {
|
||||
formData.append('operation', JSON.stringify(op));
|
||||
|
Loading…
Reference in New Issue
Block a user