mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix params to saveUrl on iOS
This commit is contained in:
parent
c8c4377346
commit
eb31288e41
1 changed files with 2 additions and 2 deletions
|
|
@ -12,9 +12,9 @@ public extension DataService {
|
|||
}
|
||||
|
||||
let input = InputObjects.SaveUrlInput(
|
||||
clientRequestId: pageScrapePayload.url,
|
||||
clientRequestId: requestId,
|
||||
source: "ios-url",
|
||||
url: requestId
|
||||
url: pageScrapePayload.url
|
||||
)
|
||||
|
||||
let selection = Selection<MutationResult, Unions.SaveResult> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue