Fixed bug in category command
This commit is contained in:
@@ -118,7 +118,7 @@ class Storage {
|
||||
if (this.dbTable == rssFeedsTable){
|
||||
records.push(new RSSSourceRecord(row.id, row.title, row.link, row.category, row.guild_id, row.channel_id));
|
||||
}
|
||||
if (this.dbTable == rssPostsTable){
|
||||
else {
|
||||
records.push(rows);
|
||||
}
|
||||
}
|
||||
@@ -144,7 +144,7 @@ class Storage {
|
||||
if (this.dbTable == rssFeedsTable){
|
||||
records.push(new RSSSourceRecord(row.id, row.title, row.link, row.category, row.guild_id, row.channel_id));
|
||||
}
|
||||
if (this.dbTable == rssPostsTable){
|
||||
else {
|
||||
records.push(rows);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user