Skip to content

Commit 5b3d616

Browse files
calvincestarigh-action-runner
authored andcommitted
1 parent 825e655 commit 5b3d616

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Sources/Apollo/JSONRequest.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ public struct JSONRequest<Operation: GraphQLOperation>: GraphQLRequest, AutoPers
105105
if isPersistedQueryRetry {
106106
useGetMethod = self.apqConfig.useGETForPersistedQueryRetry
107107
} else {
108-
useGetMethod =
109-
self.useGETForQueries || (self.apqConfig.autoPersistQueries && self.apqConfig.useGETForPersistedQueryRetry)
108+
useGetMethod = self.useGETForQueries
110109
}
111110
default:
112111
useGetMethod = false

0 commit comments

Comments
 (0)