Update fdbclient/ManagementAPI.actor.cpp

Co-Authored-By: Trevor Clinkenbeard <trevorclinkenbeard@gmail.com>
This commit is contained in:
Neelam Goyal 2020-04-13 12:17:54 -07:00 committed by GitHub
parent 40fcdcb35c
commit 927282771a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1909,7 +1909,7 @@ Future<Void> addCachedRange(const Database& cx, KeyRangeRef range) {
return changeCachedRange(cx, range, true);
}
Future<Void> removeCachedRange(const Database& cx, KeyRangeRef range) {
return changeCachedRange(cx, range, true);
return changeCachedRange(cx, range, false);
}
json_spirit::Value_type normJSONType(json_spirit::Value_type type) {