diff --git a/doc/scratch.md b/doc/scratch.md index fe4cbcfa8..51d001c4b 100644 --- a/doc/scratch.md +++ b/doc/scratch.md @@ -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));