You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did it this way so that the mikroORM attribute on the request object is not the same reference as the one on the Fastify object itself, I thought that could probably be problematic.
Is there any reason this code does the following:
instead of:
or even just:
Presumably
Object.assign
is a shallow copy anyways?The text was updated successfully, but these errors were encountered: