Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Sep 10, 2024
1 parent 9cd6ddd commit 86a0e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paywall.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Firebase\JWT\JWT;
use GeneroWP\Paywall\AccessRules\Crawlers;
use GeneroWP\Paywall\AccessRules\LoggedInUsers;
use GeneroWP\Paywall\AccessRules\ProxyHeader;
use WP_Post;
use Yoast\WP\SEO\Context\Meta_Tags_Context;

Expand Down Expand Up @@ -157,6 +156,7 @@ protected function isJwtCookieEnabled(): bool
if (defined('WP_PAYWALL_JWT_ENABLED') && ! WP_PAYWALL_JWT_ENABLED) {
return false;
}

return true;
}

Expand Down

0 comments on commit 86a0e89

Please sign in to comment.