Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Oct 7, 2024
1 parent 170ccb6 commit 113b588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Brass/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,11 @@ get 'api/site/' => sub {

if ($action eq 'smtp')
{
$return = [$config->smtp_relayhost];
$output = [$config->smtp_relayhost];
}
elsif ($action eq 'internal_networks')
{
$return = [$config->internal_networks_all];
$output = [$config->internal_networks_all];
}
else {
error __x"Unknown action {action}", action => $action;
Expand Down

0 comments on commit 113b588

Please sign in to comment.