We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bb2c3 commit edd3339Copy full SHA for edd3339
docs/wallet-integration-guide/examples/__snapshots__/snippets.test.ts.snap
@@ -1,10 +1,6 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
-exports[`testing doc snippets allocate-party.ts 1`] = `
4
-{
5
- "partyId": "my-wallet-1::122078180903ec6fe58fe30bec7380b351fde137d86eeaea837f6d379a86a8039885",
6
-}
7
-`;
+exports[`testing doc snippets allocate-party.ts 1`] = `"my-wallet-1::122078180903ec6fe58fe30bec7380b351fde137d86eeaea837f6d379a86a8039885"`;
8
9
exports[`testing doc snippets change-party-and-synchronizer.ts 1`] = `undefined`;
10
docs/wallet-integration-guide/examples/snippets/allocate-party.ts
@@ -28,5 +28,5 @@ export default async function () {
28
partyHint
29
)
30
31
- return party
+ return party?.partyId
32
}
0 commit comments