Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zngly-vlad committed Jul 27, 2022
1 parent dd2f3ef commit 454d36b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mutations/taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public static function filter_terms_input()
foreach ($field_group['fields'] as $acf_field) {
$acf_graphql_name = $acf_field['graphql_name'];


if (isset($input[$acf_graphql_name]))
$insert_args[$acf_graphql_name] = $input[$acf_graphql_name];
}
Expand Down

0 comments on commit 454d36b

Please sign in to comment.