mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Fix non-existent reference in screenshot
This commit is contained in:
@@ -63,6 +63,6 @@ module.exports = class ScreenshotCommand extends Command {
|
||||
this.pornList = text.split('\n')
|
||||
.filter(site => site && !site.startsWith('#'))
|
||||
.map(site => site.replace(/^(0.0.0.0 )/, '')); // eslint-disable-line no-control-regex
|
||||
return this.postList;
|
||||
return this.pornList;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user