(╯°□°)╯︵ ┻━┻

This commit is contained in:
AdamK2003 2023-08-01 01:51:20 +02:00
parent 692c2ec478
commit 3f3b45112e
No known key found for this signature in database
GPG Key ID: 656E9DB475B09927
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ events.on('newFetchables', (posts) => {
for (let post of posts) {
if(!post) {
this.logger.debug(`No query provided for ${output}`);
logger.debug(`No query provided for ${output}`);
continue;
}