Hey guys, why does my User Model does not have my ...
# orm-help
j
Hey guys, why does my User Model does not have my properties i made in my Model?
t
Have you restarted your IDE after models are generated? At least WebStorm doesn't recognize the changes in the models without restart.
j
that was it, i had to restard vscode, thank you 🙂
👍 1
restart
n
Hey Jannik 👋 You can even just restart your typescript server by clicking
cmd+shift+p
and selecting Restart Ts server. That should solve your issue as well.