Skip to content

Commit 465865d

Browse files
committed
fix: convert process wrong type
close #45
1 parent 1a2dd5a commit 465865d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Upyun/Upyun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public function process($tasks, $type, $source = '')
377377
case self::$PROCESS_TYPE_SYNC_FILE:
378378
$options['app_name'] = 'spiderman';
379379
break;
380-
case self::$PROCESS_TYPE_SYNC_FILE:
380+
case self::$PROCESS_TYPE_CONVERT:
381381
$options['app_name'] = 'uconvert';
382382
break;
383383
case self::$PROCESS_TYPE_STITCH:

0 commit comments

Comments
 (0)