Closed RunDevelopment closed 10 months ago
This PR makes the size property on resources required. It has been nullable up until now because we didn't know the size of all model files in the beginning. This is no longer the case, so I think it's fine to require size now.
size
This PR makes the
size
property on resources required. It has been nullable up until now because we didn't know the size of all model files in the beginning. This is no longer the case, so I think it's fine to requiresize
now.