Add missing communication_disabled_until audit log change key (#2044)

* Add missing communication_disabled_until audit log change key

* oops it's not camelCase it's snake_case
This commit is contained in:
LTS20050703
2022-02-13 21:12:31 +07:00
committed by GitHub
parent 18935a1669
commit 3c272e8c8b

View File

@@ -59,7 +59,8 @@ export type AuditLogChange =
| "auto_archive_duration"
| "default_auto_archive_duration"
| "entity_type"
| "status";
| "status"
| "communication_disabled_until";
}
| {
newValue: Partial<Role>[];