This commit is contained in:
boufni95 2025-03-31 18:17:12 +00:00
parent 92aa96c876
commit af126ee900

View file

@ -73,6 +73,7 @@ class TlvFilesStorageProcessor {
private async handleOperation(operation: TlvStorageOperation) { private async handleOperation(operation: TlvStorageOperation) {
try { try {
const opId = operation.opId; const opId = operation.opId;
if (operation.type === 'addTlv') operation.tlv = new Uint8Array(operation.tlv)
if (operation.debug) console.log('handleOperation', operation) if (operation.debug) console.log('handleOperation', operation)
switch (operation.type) { switch (operation.type) {
case 'newStorage': case 'newStorage':