Skip to content

Commit

Permalink
Update User.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo authored Dec 18, 2024
1 parent 8147810 commit 3a5d541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GADS/Schema/Result/User.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ sub _map_fields
{ my ($self, $text) = @_;
my @fields = ('firstname', 'surname', 'email', 'title', 'organisation', 'department', 'team');

if($text)
if ($text)
{
foreach my $field (@fields)
{
Expand Down

0 comments on commit 3a5d541

Please sign in to comment.