Skip to content

Commit 847500e

Browse files
Merge branch 'main' into andrey/dialogs-memory-leaks
2 parents 407cc7a + 2155896 commit 847500e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Common/GraphQL/GraphQLClient.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ public final class GraphQLClient {
1313
decoder: JSONDecoder = JSONDecoder(),
1414
defaultHeaders: [String: String] = [
1515
"Content-Type": "application/json",
16-
"Accept": "application/json"
16+
"Accept": "application/json",
17+
"User-Agent": "iOS"
1718
]) {
1819
self.endpoint = endpoint
1920
self.network = network

0 commit comments

Comments
 (0)