#TypeError: Cannot read properties of undefined (reading 'save')
1 messages · Page 1 of 1 (latest)
Save function exist ?
not that come from extends Repository<User>, if i look inside Repository we have :
how are you using signUp? it says this is undefined, and the only thing i can think of is invoking the function without its class context, like [].map(signUp)