tlv fix
This commit is contained in:
parent
92aa96c876
commit
af126ee900
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class TlvFilesStorageProcessor {
|
|||
private async handleOperation(operation: TlvStorageOperation) {
|
||||
try {
|
||||
const opId = operation.opId;
|
||||
if (operation.type === 'addTlv') operation.tlv = new Uint8Array(operation.tlv)
|
||||
if (operation.debug) console.log('handleOperation', operation)
|
||||
switch (operation.type) {
|
||||
case 'newStorage':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue