Skip to content

fix: runtime currency - session closed

Henning Leutz requested to merge next-2.x into main

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.

Merge Request-Berichte

Lade