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
Currently we check that amount and getDoc exist in a design before writing any docs for that design. If the design is missing one of these values, it is skipped, but the rest of the designs from the file are still processed and the docs written. It seems like it might be better to not write anything if we detect that the design is bad.
We could pre-validate the whole design array before starting to write any of the docs. That way, we should never skip any docs once we start writing....
The text was updated successfully, but these errors were encountered:
Currently we check that
amount
andgetDoc
exist in a design before writing any docs for that design. If the design is missing one of these values, it is skipped, but the rest of the designs from the file are still processed and the docs written. It seems like it might be better to not write anything if we detect that the design is bad.We could pre-validate the whole design array before starting to write any of the docs. That way, we should never skip any docs once we start writing....
The text was updated successfully, but these errors were encountered: