Skip to content

Commit 026efe9

Browse files
manhhavuphillwiggins
authored andcommitted
Fix ACL save (#226) (#236)
Great work!
1 parent 931fdd8 commit 026efe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/objects/parse_base.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ abstract class ParseBase {
203203

204204
///Set the [ParseACL] governing this object.
205205
void setACL<ParseACL>(ParseACL acl) {
206-
_getObjectData()[keyVarAcl] = acl;
206+
set(keyVarAcl, acl);
207207
}
208208

209209
///Access the [ParseACL] governing this object.

0 commit comments

Comments
 (0)