revert testing variables

This commit is contained in:
Godfrey M
2024-10-28 15:03:43 -07:00
parent 6128765d1f
commit 9a0eee8f03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -721,7 +721,7 @@ class Helper
// The check and message that the user is still using the deprecated version
$deprecations = [
'ms_teams_deprecated' => array(
'check' => Str::contains(Setting::getSettings()->webhook_endpoint, 'workflows'),
'check' => !Str::contains(Setting::getSettings()->webhook_endpoint, 'workflows'),
'message' => 'The Microsoft Teams webhook URL being used will be deprecated Jan 31st, 2025. <a class="btn btn-primary" href="' . route('settings.slack.index') . '">Change your webhook endpoint</a>'),
];