Coding standards: add trailing ;
This commit is contained in:
parent
0759bafdc4
commit
1d6f912b25
|
@ -84,7 +84,7 @@ jQuery( function( $ ) {
|
|||
Cookies.set( 'woocommerce_geo_hash', hash, { expires: 1 / 24 } );
|
||||
|
||||
const urlQuery = new URL( window.location ).searchParams;
|
||||
const existingHash = urlQuery.get( 'v' )
|
||||
const existingHash = urlQuery.get( 'v' );
|
||||
|
||||
// If the current URL does not contain the expected hash, redirect.
|
||||
if ( existingHash !== hash ) {
|
||||
|
|
Loading…
Reference in New Issue