chore: UpdateStatistics overwrite defaults to false.
parent
d263de14b7
commit
aec2a9409b
|
@ -97,7 +97,7 @@ namespace LeanCloud.Storage {
|
|||
|
||||
public static async Task<ReadOnlyCollection<LCStatistic>> UpdateStatistics(LCUser user,
|
||||
Dictionary<string, double> statistics,
|
||||
bool overwrite = true) {
|
||||
bool overwrite = false) {
|
||||
if (user == null) {
|
||||
throw new ArgumentNullException(nameof(user));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue