Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    7b43b05b
    fix: runtime currency - session closed · 7b43b05b
    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.
    7b43b05b
    Verlauf
    fix: runtime currency - session closed
    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.