@@ -36,6 +36,7 @@ class SecretService
{
return match ($stepStatus) {
StepStatus::MY_INPUT_OLD_SECRET => SecretService::inputOldSecret($chatId, $text, $messageId),
+ default => null
};
}