mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(events): remove user_id and project_id from error event
This commit is contained in:
@ -217,8 +217,6 @@ class DefaultSessionProcessor(SessionProcessorBase):
|
||||
invocation=self._invocation,
|
||||
error_type=e.__class__.__name__,
|
||||
error=error,
|
||||
user_id=None,
|
||||
project_id=None,
|
||||
)
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user