Skip to content

Commit 9f39361

Browse files
committed
fix: build request with token
1 parent 0395dc4 commit 9f39361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Services/Concerns/BuildBaseRequest.php

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function buildRequestWithToken(): PendingRequest
3030
}
3131

3232
return $this->withBaseUrl()
33+
->asJson()
3334
->withToken($this->oauth->access_token);
3435
}
3536

0 commit comments

Comments
 (0)