Skip to content

Commit 629521d

Browse files
committed
chore: remove app data doc mutation
1 parent cb86183 commit 629521d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trading/src/appDataUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export async function mergeAppDataDoc(
5959
hooks: {},
6060
},
6161
}
62-
: _doc
62+
: { ..._doc }
6363

6464
const appData = (appDataOverride ? deepmerge(doc, appDataOverride) : doc) as LatestAppDataDocVersion
6565
const { fullAppData, appDataKeccak256 } = await generateAppDataFromDoc(appData)

0 commit comments

Comments
 (0)