From eb31288e413334850a569fa0204a70b9fe6f790c Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 3 May 2022 10:26:43 -0700 Subject: [PATCH] Fix params to saveUrl on iOS --- .../Sources/Services/DataService/Mutations/SaveUrl.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apple/OmnivoreKit/Sources/Services/DataService/Mutations/SaveUrl.swift b/apple/OmnivoreKit/Sources/Services/DataService/Mutations/SaveUrl.swift index 39e9b6b0b..84a48df2b 100644 --- a/apple/OmnivoreKit/Sources/Services/DataService/Mutations/SaveUrl.swift +++ b/apple/OmnivoreKit/Sources/Services/DataService/Mutations/SaveUrl.swift @@ -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 {