This commit is contained in:
Philipinho
2026-03-03 16:14:35 +00:00
parent ef24b3c07d
commit e455154b7d
2 changed files with 45 additions and 13 deletions
@@ -98,6 +98,7 @@ export const EXCLUDED_AUDIT_EVENTS: Set<string> = new Set([
AuditEvent.COMMENT_UPDATED,
AuditEvent.COMMENT_RESOLVED,
AuditEvent.COMMENT_REOPENED,
AuditEvent.ATTACHMENT_UPLOADED
]);
export const AuditResource = {