@@ -49,8 +49,7 @@ |
||
| 49 | 49 | |
| 50 | 50 | if (config('backdrop-headless-client.node_types.' . $type) != null) { |
| 51 | 51 | $mapped_node = $this->mapToNode($type, $node); |
| 52 | - } |
|
| 53 | - else { |
|
| 52 | + } else { |
|
| 54 | 53 | $mapped_node = $node; |
| 55 | 54 | } |
| 56 | 55 | |