doc: oops

This commit is contained in:
KernelDeimos 2024-10-08 18:41:01 -04:00
parent 57d6da0858
commit 0b9a9eec99

View File

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