mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Init poll applet (#9586)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user