mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix typo
This commit is contained in:
parent
aff7da191a
commit
e46b3c0550
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ suspend fun Networker.saveUrl(url: Uri, timeZone: String, locale: String): Boole
|
|||
url = url.toString(),
|
||||
clientRequestId = clientRequestId,
|
||||
source = "android",
|
||||
timeZone = timeZone,
|
||||
timezone = timeZone,
|
||||
locale = locale
|
||||
)
|
||||
val result = authenticatedApolloClient().mutation(SaveUrlMutation(input)).execute()
|
||||
|
|
|
|||
Loading…
Reference in a new issue