Return value

pull/129/head
Ludea 2 years ago committed by GitHub
parent 1ef60fc262
commit ed4d263410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -300,7 +300,7 @@ export class Store {
key: toBytesDto(key),
}).then((v) => {
if (v !== null || undefined) {
Uint8Array.from(v);
Uint8Array.from(v)
}
else {
null

Loading…
Cancel
Save