1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Set user ID correctly.

This commit is contained in:
Sam Rose 2024-01-05 14:40:16 +00:00
parent b3cd74e877
commit 946a73f1b6
No known key found for this signature in database

View file

@ -170,7 +170,7 @@ export default function (
if (user) {
tracer.setUser({
id: user?.id,
id: user?._id,
tenantId: user?.tenantId,
admin: user?.admin,
builder: user?.builder,