Skip to content

Commit 51a6625

Browse files
committed
Update CI.
1 parent ee677a2 commit 51a6625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CloudFunctions/IAMPolicy/CreatePolicy/CreatePolicy.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void setup()
8888
audit_config.addAuditLogConfig(&audit_log_config, true);
8989

9090
audit_log_config.setLogType("DATA_WRITE");
91-
audit_log_config.addexemptedMembers("user:aliya@example.com");
91+
audit_log_config.addExemptedMembers("user:aliya@example.com");
9292
audit_config.addAuditLogConfig(&audit_log_config, true);
9393

9494
policy.addAuditConfig(&audit_config, true);

0 commit comments

Comments
 (0)