Remove unfiltered using input from log
This commit is contained in:
parent
ccafe4a066
commit
2521661c69
@ -94,7 +94,7 @@ class PoolsRepository {
|
|||||||
connection.release();
|
connection.release();
|
||||||
|
|
||||||
if (rows.length < 1) {
|
if (rows.length < 1) {
|
||||||
logger.debug(`$getPool(): slug ${slug} does not match any known pool`);
|
logger.debug(`$getPool(): slug does not match any known pool`);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user