Skip to content

Commit

Permalink
Merge pull request #117 from overmindtech/ignore-cache
Browse files Browse the repository at this point in the history
Fix naming of skipCache to ignoreCache to match the same field on Query
  • Loading branch information
DavidS-ovm authored Aug 17, 2023
2 parents 378472e + 963cc8f commit 0ec5cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ message LoadBookmark {
// a correlation ID to match up requests and responses. set this to a value unique per connection
bytes msgID = 2;
// set to true to force fetching fresh data
bool skipCache = 3;
bool ignoreCache = 3;
}

message BookmarkLoadResult {
Expand Down

0 comments on commit 0ec5cb8

Please sign in to comment.