Remove unfiltered using input from log

This commit is contained in:
nymkappa 2022-03-31 18:35:03 +09:00
parent d3ee75364b
commit 63624a9054

View File

@ -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;
} }