This commit is contained in:
Kevin Jahns
2022-03-02 13:25:56 +01:00
parent a5ffdce342
commit d0f9c4a27f
3 changed files with 7 additions and 5 deletions

View File

@@ -131,8 +131,8 @@ export const decodeUpdateV2 = (update, YDecoder = UpdateDecoderV2) => {
structs.push(curr)
}
return {
'structs': structs,
'ds': readDeleteSet(updateDecoder),
structs,
ds: readDeleteSet(updateDecoder)
}
}