You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MacroStatService.scala, the method addMacroStat on Ln61 uses .get on values which are supposed to be optional. The reason for this was that I wanted to complete the method as it was blocking other issues, but the uJson documentation regarding this was vague.
Now that the services and controllers are ready to be connected, this issue needs to be fixed.
The text was updated successfully, but these errors were encountered:
In
MacroStatService.scala
, the methodaddMacroStat
on Ln61 uses .get on values which are supposed to be optional. The reason for this was that I wanted to complete the method as it was blocking other issues, but the uJson documentation regarding this was vague.Now that the services and controllers are ready to be connected, this issue needs to be fixed.
The text was updated successfully, but these errors were encountered: