|
@ -488,7 +488,7 @@ class AuditLogAction(Enum): |
|
|
AuditLogAction.home_settings_update: AuditLogActionCategory.update, |
|
|
AuditLogAction.home_settings_update: AuditLogActionCategory.update, |
|
|
} |
|
|
} |
|
|
# fmt: on |
|
|
# fmt: on |
|
|
return lookup[self] |
|
|
return lookup.get(self, None) |
|
|
|
|
|
|
|
|
@property |
|
|
@property |
|
|
def target_type(self) -> Optional[str]: |
|
|
def target_type(self) -> Optional[str]: |
|
|