Answer the question
In order to leave comments, you need to log in
Is it possible to get a User from a session without a req object?
The essence of the problem is this, there is an event handler, when the action is performed, the following code occurs
var newItem = new Item();
newItem.item.name = item.name;
newItem.item.description = item.description;
newItem.item.itemsCount = count;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question