Skip to content

Commit f24852d

Browse files
committed
.
1 parent 1538b0d commit f24852d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/core/src/attributes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export function estimateTypedAttributesSizeInBytes(attributes: Attributes | unde
135135
return 0;
136136
}
137137
let weight = 0;
138-
139138
for (const [key, attr] of Object.entries(attributes)) {
140139
weight += key.length * 2;
141140
weight += attr.type.length * 2;

0 commit comments

Comments
 (0)