Skip to content

Commit 887be41

Browse files
committed
No need to set without access token when we just created the client
1 parent af8d790 commit 887be41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function withOutAccessToken(): Client
114114
$this->loop,
115115
[],
116116
$this->client
117-
))->withOutAccessToken();
117+
));
118118
return $clone;
119119
}
120120

0 commit comments

Comments
 (0)