@@ -59,7 +59,7 @@ |
||
| 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 | } |