[core] update dependencies

This commit is contained in:
Andriy
2023-01-02 23:42:07 +02:00
parent ff78d8e2ae
commit bcdb0fefee
4 changed files with 8 additions and 9 deletions
@@ -67,7 +67,7 @@ namespace West.Entertainment.Handler.Fun
Message!.Text, Message!.Text!.ToLower());
_logger.LogDebug("AnimationFileId: {FileId}", animationFileId);
if (animationFileId.IsNullOrEmpty())
if (string.IsNullOrEmpty(animationFileId))
{
_logger.LogDebug("AnimationFileId is empty. Ignoring.");
return false;