pull/129/head
Ludea 2 years ago
parent 5ff304d9a6
commit c2135ac566

@ -301,11 +301,10 @@ export class Store {
}).then((v) => {
if (v !== null || undefined) {
return Uint8Array.from(v);
}
else {
} else {
return null;
}
})
});
}
async insert(

Loading…
Cancel
Save