| Index: lib/synchronizer.js |
| =================================================================== |
| --- a/lib/synchronizer.js |
| +++ b/lib/synchronizer.js |
| @@ -281,18 +281,16 @@ |
| for (let line of lines) |
| { |
| line = Filter.normalize(line); |
| if (line) |
| filters.push(Filter.fromText(line)); |
| } |
| FilterStorage.updateSubscriptionFilters(subscription, filters); |
| - |
| - return undefined; |
|
Manish Jethani
2018/06/12 04:33:25
Totally redundant, a function returns undefined by
|
| }, |
| _onDownloadError(downloadable, downloadURL, error, channelStatus, |
| responseStatus, redirectCallback) |
| { |
| let subscription = Subscription.fromURL(downloadable.url); |
| subscription.lastDownload = Math.round(Date.now() / MILLIS_IN_SECOND); |
| subscription.downloadStatus = error; |