fitnessjiffy-spring
fitnessjiffy-spring copied to clipboard
ReferenceError: userIdString is not defined
Hi, food can not be created. The userIdString is not defined in function launchCreateFoodModal().
$("#editFoodOwnerId").val(userIdString);
I searched 'userIdString' throughout the project, only the above code line contains that string. How can it be initialized appropriately?