mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
Merge pull request #593 from himself65/remove-unused-check
fix: remove unused if-statement check
This commit is contained in:
@@ -251,7 +251,7 @@ const integrateStructs = (transaction, store, clientsStructRefs) => {
|
||||
return nextStructsTarget
|
||||
}
|
||||
let curStructsTarget = getNextStructTarget()
|
||||
if (curStructsTarget === null && stack.length === 0) {
|
||||
if (curStructsTarget === null) {
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user