mirror of
https://github.com/tlsnotary/tlsn-extension.git
synced 2026-01-08 20:48:03 -05:00
Data: no longer duplicated in meta for downloaded attestations (#188)
* fix: data no longer duplicated in meta in downloads * fix: cleanup
This commit is contained in:
@@ -133,11 +133,6 @@ export const onCreatePresentationRequest = async (request: any) => {
|
||||
id,
|
||||
proof: {
|
||||
...json,
|
||||
meta: {
|
||||
...json.meta,
|
||||
notaryUrl,
|
||||
websocketProxyUrl,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
@@ -447,11 +442,6 @@ async function createProof(options: {
|
||||
const json = await presentation.json();
|
||||
return {
|
||||
...json,
|
||||
meta: {
|
||||
...json,
|
||||
notaryUrl: notaryUrl,
|
||||
websocketProxyUrl: websocketProxyUrl,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user