Init poll applet (#9586)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-07-23 19:05:48 +07:00
committed by GitHub
parent fed9ef4e5a
commit 679a3df09f
56 changed files with 2500 additions and 307 deletions
@@ -445,12 +445,6 @@ export async function getNewActivityUpdates (
continue
}
if (Array.isArray(attrValue)) {
const diff = await getAttributeDiff(control, card, undefined, key, mixin)
added.push(...diff.added)
removed.push(...diff.removed)
}
result.push({
type: ActivityUpdateType.Attribute,
attrKey: key,