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
[error] /Users/ben/dev/delta/api/app/generated/FlowDeltaV0Parsers.scala:275:14: not found: value Regions
[error] case Regions => {
[error] ^
[error] /Users/ben/dev/delta/api/app/generated/FlowDeltaV0Parsers.scala:277:23: not found: value Regions
[error] Regions = Regions
[error] ^
The generated code works fine if the var is changed to regions
The text was updated successfully, but these errors were encountered:
I guess it thinks that it is a type? Not sure...
The generated code works fine if the var is changed to
regions
The text was updated successfully, but these errors were encountered: