diff --git a/src/types/audit_log/audit_log_entry.ts b/src/types/audit_log/audit_log_entry.ts index d08bb26b8..9b804d1f1 100644 --- a/src/types/audit_log/audit_log_entry.ts +++ b/src/types/audit_log/audit_log_entry.ts @@ -9,7 +9,7 @@ export interface AuditLogEntry { /** Changes made to the `target_id` */ changes?: AuditLogChange[]; /** The user who made the changes */ - userId: string; + userId: string | null; /** id of the entry */ id: string; /** Type of action that occured */