This commit is contained in:
Hongbo Wu
2023-07-13 18:09:04 +08:00
parent aff7da191a
commit e46b3c0550

View File

@ -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()