mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix wrong order of parameters in update scription api integration
This commit is contained in:
parent
b2a61b2d7c
commit
3fa3526a16
1 changed files with 2 additions and 2 deletions
|
|
@ -241,9 +241,9 @@ const getLink = (links: RssFeedItemLink[]) => {
|
|||
}
|
||||
|
||||
const processSubscription = async (
|
||||
feedUrl: string,
|
||||
userId: string,
|
||||
subscriptionId: string,
|
||||
userId: string,
|
||||
feedUrl: string,
|
||||
fetchResult: { content: string; checksum: string },
|
||||
lastFetchedAt: number,
|
||||
scheduledAt: number,
|
||||
|
|
|
|||
Loading…
Reference in a new issue