mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
run 'npx lerna link convert' to hoist common devDependencies to top
This commit is contained in:
@@ -103,7 +103,7 @@ class STObject extends SerializedType {
|
||||
let handled: JsonObject | undefined = undefined;
|
||||
if (val && isValidXAddress(val.toString())) {
|
||||
handled = handleXAddress(key, val.toString());
|
||||
checkForDuplicateTags(handled, value as JsonObject);
|
||||
checkForDuplicateTags(handled, value);
|
||||
}
|
||||
return Object.assign(acc, handled ?? { [key]: val });
|
||||
}, {});
|
||||
|
||||
Reference in New Issue
Block a user