-
verfasst von Henning Leutz
This commit changes the retrieval of Runtime Currency in the front-end of the application inside the Handler class. Previously, the User's Currency was directly assigned to the Runtime Currency. However, there was no null check to ensure the User's Currency was valid before assignment. This commit adds a check, ensuring the Runtime Currency is only updated if the User's Currency is not null.
verfasst von Henning LeutzThis commit changes the retrieval of Runtime Currency in the front-end of the application inside the Handler class. Previously, the User's Currency was directly assigned to the Runtime Currency. However, there was no null check to ensure the User's Currency was valid before assignment. This commit adds a check, ensuring the Runtime Currency is only updated if the User's Currency is not null.