fix: use values not arrays in activity (#9992)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2025-10-01 19:52:55 +07:00
committed by GitHub
parent f351ee1404
commit 80f1c70357
@@ -302,8 +302,8 @@ export async function getTxAttributesUpdates (
}
if (valueSizeExceedsLimit(attrValue)) {
attrValue = [activity.string.ValueTooLarge]
prevValue = [activity.string.ValueTooLarge]
attrValue = activity.string.ValueTooLarge
prevValue = activity.string.ValueTooLarge
}
let setAttr = []