Passed
Push — main ( 058061...63bb54 )
by Andrey
03:30
created
src/Models/DiscoverInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
         $body = array_merge($body, config('tiktok.primary_body_api'));
61 61
 
62
-        $response = $this->getResponse($this->url_api . $type, $body);
62
+        $response = $this->getResponse($this->url_api.$type, $body);
63 63
 
64 64
         return $response;
65 65
     }
Please login to merge, or discard this patch.