Remove unfiltered using input from log

This commit is contained in:
nymkappa 2022-03-31 18:35:03 +09:00
parent ccafe4a066
commit 2521661c69
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -94,7 +94,7 @@ class PoolsRepository {
connection.release();
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;
}