Fix empty user id clickhouse (#18238)
- Fixes: - Make Workspace User select work; previously, it didn't work as we were not fetching the workspace users correctly - Send Object Events with valid record id and object id ## Audit logs demo https://github.com/user-attachments/assets/92437037-d253-4810-a138-7c709550755d
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ export class TelemetryListener {
|
||||
payload.events.map(async (eventPayload) => {
|
||||
this.auditService
|
||||
.createContext({
|
||||
userWorkspaceId: eventPayload.userWorkspaceId,
|
||||
userId: eventPayload.userId,
|
||||
workspaceId: payload.workspaceId,
|
||||
})
|
||||
.insertWorkspaceEvent(USER_SIGNUP_EVENT, {});
|
||||
|
||||
Reference in New Issue
Block a user