@onehat/data 1.23.5 → 1.23.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -417,10 +417,6 @@ class OneBuildRepository extends AjaxRepository {
|
|
|
417
417
|
return null;
|
|
418
418
|
}
|
|
419
419
|
|
|
420
|
-
this._relayEntityEvents(entity);
|
|
421
|
-
this.entities.push(entity);
|
|
422
|
-
this.total++;
|
|
423
|
-
this._setPaginationVars();
|
|
424
420
|
this.emit('changeData', this.entities);
|
|
425
421
|
return entity;
|
|
426
422
|
}
|