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 {