@onehat/data 1.22.34 → 1.22.35
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
|
@@ -399,8 +399,7 @@ class OneBuildRepository extends AjaxRepository {
|
|
|
399
399
|
async loadOneAdditionalEntity(id) {
|
|
400
400
|
const entity = await this.getSingleEntityFromServer(id);
|
|
401
401
|
if (!entity) {
|
|
402
|
-
|
|
403
|
-
return;
|
|
402
|
+
return null;
|
|
404
403
|
}
|
|
405
404
|
|
|
406
405
|
this._relayEntityEvents(entity);
|