Skip to content

Commit 5187baa

Browse files
committed
fix: deserialization issue
1 parent f14236c commit 5187baa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@ class ThresholdKey implements ITKey {
12011201
manualSync: this.manualSync,
12021202
serviceProvider: this.serviceProvider,
12031203
storageLayer: this.storageLayer,
1204+
legacyMetadataFlag: this.legacyMetadataFlag,
12041205
};
12051206
}
12061207

0 commit comments

Comments
 (0)