Completed
Push — dependabot/npm_and_yarn/tippy.... ( 40037f...deaa3c )
by
unknown
400:02 queued 379:38
created
src/Media/UploadMedia.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
                 if($action == 'new')
131 131
                 {
132 132
                     $this->addFile($model, $type, $files_order, $file, $locale);
133
-                }elseif($action == 'replace')
133
+                } elseif($action == 'replace')
134 134
                 {
135 135
                     $asset = AssetUploader::uploadFromBase64(json_decode($file)->output->image, json_decode($file)->output->name);
136 136
                     $model->replaceAsset($id, $asset->id);
Please login to merge, or discard this patch.