Skip to content

Commit

Permalink
Update slack-link.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbruce authored Aug 30, 2024
1 parent 7ee28d9 commit 51ee2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
}
$message .= "Email: " . $account['email'];
$message .= "\n";
$message .= "Positions:";
$message .= "Credentials:";
$attendant = $account['attendant'] == 1;
$message_length = $message.length;
// This also needs to go into another functions
Expand Down

0 comments on commit 51ee2e3

Please sign in to comment.