Skip to content

Commit

Permalink
Squashed 'apollo-ios/' changes from d09a8c6..3901362
Browse files Browse the repository at this point in the history
3901362 Make ApolloInterceptor id requirement read-only (#159)

git-subtree-dir: apollo-ios
git-subtree-split: 3901362
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Dec 4, 2023
1 parent ebd2bfa commit 975c4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Apollo/ApolloInterceptor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public protocol ApolloInterceptor {
/// Each operation request has it's own interceptor request chain so the interceptors do not
/// need to be uniquely identifiable between each and every request, only unique between the
/// list of interceptors in a single request.
var id: String { get set }
var id: String { get }

/// Called when this interceptor should do its work.
///
Expand Down

0 comments on commit 975c4ee

Please sign in to comment.