From cc6619466ed7933421a936030f472a96472ea3e4 Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Sat, 14 Mar 2020 10:28:43 -0400 Subject: [PATCH] common: fix Model issue resetting relationships when pushing data --- js/src/common/Model.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/common/Model.ts b/js/src/common/Model.ts index b15e7e327..458fc8fe2 100644 --- a/js/src/common/Model.ts +++ b/js/src/common/Model.ts @@ -114,7 +114,6 @@ export default class Model { type: this.data.type, id: this.data.id, attributes, - relationships: undefined, }; // If a 'relationships' key exists, extract it from the attributes hash and