diff --git a/v8/payloads/auditLog.ts b/v8/payloads/auditLog.ts index 5b3658bd..944f20a7 100644 --- a/v8/payloads/auditLog.ts +++ b/v8/payloads/auditLog.ts @@ -31,7 +31,7 @@ export interface APIAuditLog { export interface APIAuditLogEntry { target_id: string | null; changes?: APIAuditLogChange[]; - user_id: string | null; + user_id: string; id: string; action_type: AuditLogEvent; options?: APIAuditLogOptions;