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 cb86183 commit 629521dCopy full SHA for 629521d
packages/trading/src/appDataUtils.ts
@@ -59,7 +59,7 @@ export async function mergeAppDataDoc(
59
hooks: {},
60
},
61
}
62
- : _doc
+ : { ..._doc }
63
64
const appData = (appDataOverride ? deepmerge(doc, appDataOverride) : doc) as LatestAppDataDocVersion
65
const { fullAppData, appDataKeccak256 } = await generateAppDataFromDoc(appData)
0 commit comments