From bb0a7840ec172d216d294b48312836cf95dec52b Mon Sep 17 00:00:00 2001 From: oneRain Date: Tue, 2 Feb 2021 14:35:43 +0800 Subject: [PATCH] chore --- Storage/Storage/LCObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage/LCObject.cs b/Storage/Storage/LCObject.cs index 67bc2dd..0c302b2 100644 --- a/Storage/Storage/LCObject.cs +++ b/Storage/Storage/LCObject.cs @@ -126,7 +126,7 @@ namespace LeanCloud.Storage { throw new ArgumentException("key should not start with '_'"); } if (key == "objectId" || key == "createdAt" || key == "updatedAt" || - key == "className" || key == "ACL") { + key == "className") { throw new ArgumentException($"{key} is reserved by LeanCloud"); } LCSetOperation setOp = new LCSetOperation(value);