Skip to content

Commit

Permalink
fix: release error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ines WALLON authored and wallon-ines committed Mar 20, 2021
1 parent 1138643 commit b369d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function importReleaseListData(array $data) {
$node = Node::create(['type' => 'release']);
}
else {
$this->entityTypeManager->getStorage('node')->load($nid);
$node = $this->entityTypeManager->getStorage('node')->load($nid);
}

// Set values of fields.
Expand Down

0 comments on commit b369d9b

Please sign in to comment.