Ken 1 週間 前
コミット
0d89055baa
1 ファイル変更0 行追加1 行削除
  1. 0 1
      app/Services/BaseService.php

+ 0 - 1
app/Services/BaseService.php

@@ -201,7 +201,6 @@ class BaseService
         $array = explode("\n", $text);
         foreach ($array as &$line) $line .= "\n";
         $texts = [];
-
         $len = 4096;
         if (!empty($image)) $len = 1024;
         foreach ($array as $item) {