diff --git a/src/Transaction.js b/src/Transaction.js
index 5daffb1781873fc173c60a68acad30fad41d1e9d..bebac861deedfb291e23a5d0222d5ea8f4f12238 100644
--- a/src/Transaction.js
+++ b/src/Transaction.js
@@ -675,7 +675,7 @@ module.exports = function (Y/* :any */) {
         }
         if (this.store.forwardAppliedOperations) {
           var ops = []
-          ops.push({struct: 'Delete', target: [d[0], d[1]], length: del[2]})
+          ops.push({struct: 'Delete', target: [del[0], del[1]], length: del[2]})
           this.store.y.connector.broadcastOps(ops)
         }
       }