Skip to content

Commit fbc934c

Browse files
committed
Ignore this line.
1 parent a901c6e commit fbc934c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function validate_api_token() {
6868
if ( $is_valid ) {
6969
set_transient( 'plausible_analytics_valid_token', [ $token => true ], 86400 ); // @codeCoverageIgnore
7070

71-
$this->update_capabilities( $token );
71+
$this->update_capabilities( $token ); // @codeCoverageIgnore
7272
}
7373

7474
return $is_valid;

0 commit comments

Comments
 (0)