feat(feeds): show next run (#1074)

This commit is contained in:
ze0s 2023-09-02 23:06:21 +02:00 committed by GitHub
parent 6fd8626507
commit a6d789ee44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 5 deletions

View file

@ -17,6 +17,7 @@ interface Feed {
cookie: string;
last_run: string;
last_run_data: string;
next_run: string;
settings: FeedSettings;
created_at: Date;
updated_at: Date;