I am trying to retrieve the type of user with the following code but my node.js server is crashing
userData.typeOfUser = rows[0].typeOfUser;