Skip to content

Commit 76213b1

Browse files
author
brizental
committed
Fix qt build
1 parent a070e9a commit 76213b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function updateNestedObject(
8181
return returnObject;
8282
} catch(e) {
8383
console.error("Error while transforming stored value. Ignoring old value.", e.message);
84-
target[finalKey] = transformFn();
84+
target[finalKey] = transformFn(undefined);
8585
return returnObject;
8686
}
8787
}

0 commit comments

Comments
 (0)