mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-14 01:39:12 -06:00
doc: oops
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user