Hi Max Jacobson
The tenantId should be passed to the constructor function when creating an object.
Something like this
const user = initializeUsers(tenantId);
or If you have using ES6 classes
const user = new User(tenantId);
Hi Max Jacobson
The tenantId should be passed to the constructor function when creating an object.
Something like this
const user = initializeUsers(tenantId);
or If you have using ES6 classes
const user = new User(tenantId);
--
Senior Staff Engineer @freshworks. Ex-McKinsey/Microsoft/Slideshare/SAP, Tech Enthusiast, Passionate about India. Opinions are mine
Love podcasts or audiobooks? Learn on the go with our new app.
Senior Staff Engineer @freshworks. Ex-McKinsey/Microsoft/Slideshare/SAP, Tech Enthusiast, Passionate about India. Opinions are mine