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 cc174e7 commit 896a0f1Copy full SHA for 896a0f1
javascript/tokenscript-viewer/src/integration/discoveryAdapter.ts
@@ -62,6 +62,9 @@ export class DiscoveryAdapter implements ITokenDiscoveryAdapter {
62
}
63
64
65
+ // Ensure originId from cache isn't used to allow correct sharing of this data across multiple tokenscripts
66
+ cachedToken.originId = initToken.originId;
67
+
68
resultTokens.push(cachedToken);
69
70
} catch (e){
0 commit comments