Skip to content
Snippets Groups Projects
Verified Commit aa8e3e7f authored by Erick Hitter's avatar Erick Hitter
Browse files

Correct variable name

parent 924633a1
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ function getLockInstance( lockName ) { ...@@ -39,7 +39,7 @@ function getLockInstance( lockName ) {
if ( lock ) { if ( lock ) {
return lock; return lock;
} else { } else {
clearCaches( req.params.lock_name ); clearCaches( lockName );
res.sendStatus( 400 ); res.sendStatus( 400 );
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment