Browse Source

Log::warning('channel is null');

visuddhinanda 1 year ago
parent
commit
4413eaddfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-v8/app/Http/Api/TemplateRender.php

+ 1 - 1
api-v8/app/Http/Api/TemplateRender.php

@@ -192,7 +192,7 @@ class TemplateRender
                 }
                 }
             }
             }
             if (!isset($channelInfo)) {
             if (!isset($channelInfo)) {
-                Log::error('channel is null');
+                Log::warning('channel is null');
                 $output = [
                 $output = [
                     "word" => $word,
                     "word" => $word,
                     'innerHtml' => '',
                     'innerHtml' => '',