Compare commits

..

1 Commits

Author SHA1 Message Date
Vitaliy Filippov 7ea356170f Move base64 handling into antietcd.js 2024-07-20 00:44:21 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function vitastor_persist_filter(cfg)
catch (e)
{
console.error('invalid JSON in '+key+' = '+value+': '+e);
value = '{}';
value = {};
}
}
else