fix exception at startup sync

This commit is contained in:
quenousimporte 2024-02-16 09:31:54 +01:00
parent e896275724
commit 682a18132d
1 changed files with 1 additions and 1 deletions

View File

@ -1336,7 +1336,7 @@ function pushall()
function fetchandserialize(guid)
{
var name = metadata[guid] ? metadata[guid] : guid;
var name = (metadata && metadata[guid]) ? metadata[guid] : guid;
console.log("fetching '" + name + "'");
return queryremote({action: "fetch", name: guid})
.then(content =>