mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Fix #892 (feeds not getting imported)
This commit is contained in:
parent
7b92cfd653
commit
8f94eaa765
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ var feedHandler = {
|
|||
}
|
||||
};
|
||||
|
||||
var fetchFeeds = function() {
|
||||
fetchFeeds = function() {
|
||||
var contentBuffer;
|
||||
|
||||
Feeds.find().forEach(function(feed) {
|
||||
|
|
Loading…
Add table
Reference in a new issue