1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Remove unused tenantId

This commit is contained in:
Andrew Kingston 2023-06-27 17:43:52 +01:00
parent 801f5655ac
commit f0c8cb82b2

View file

@ -15,7 +15,6 @@ const anonUser = () => ({
_id: uuid(),
email: "user@mail.com",
firstName: "Anonymous",
tenantId: "default",
})
export class BaseSocket {