Skip to content

Commit

Permalink
Fix naming of skipCache to ignoreCache to match the same field on Query
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Aug 17, 2023
1 parent 62de432 commit 3a35246
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 3a35246

Please sign in to comment.