Skip to content

Commit caf471b

Browse files
committed
fix: Syntax error fixed.
1 parent 3ea56e1 commit caf471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-jwt-auth-schema-filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static function add_customer_to_login_payload() {
103103
]
104104
);
105105

106-
if ( ! WooCommerce_Filters::is_session_handler_disabled() )
106+
if ( ! WooCommerce_Filters::is_session_handler_disabled() ) {
107107
register_graphql_field(
108108
'LoginPayload',
109109
'sessionToken',

0 commit comments

Comments
 (0)