Skip to content

Commit

Permalink
Fix countable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Mar 6, 2020
1 parent b585453 commit 33e183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function __filter_get_user_metadata($data, $object_id, $meta_key, $single)
return $data;
}

return 'all';
return ['all'];
}

function __action_graphql_init()
Expand Down

0 comments on commit 33e183d

Please sign in to comment.