Coding standards: add trailing ;

This commit is contained in:
Barry Hughes 2023-08-22 12:03:11 -07:00 committed by GitHub
parent 0759bafdc4
commit 1d6f912b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {