mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 12:24:50 +00:00
dependencies: bump (major)
TODO: drop the "const argv = argvObj as Record<string, any>;" hack Refs: yargs/yargs#2175
This commit is contained in:
@@ -12,7 +12,7 @@ import type {AddFeedOptions, AddRuleOptions, ModifyFeedOptions} from '../../shar
|
||||
import type {Feed, Item, MatchedTorrents, Rule} from '../../shared/types/Feed';
|
||||
import type {FeedReaderOptions} from '../models/FeedReader';
|
||||
|
||||
class FeedService extends BaseService {
|
||||
class FeedService extends BaseService<Record<string, never>> {
|
||||
rules: Record<string, Array<Rule>> = {};
|
||||
feedReaders: Array<FeedReader> = [];
|
||||
db = new Datastore({
|
||||
|
||||
Reference in New Issue
Block a user