mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
Removed branch to check for errors
it’s impossible to test, for my ability anyway. Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -192,9 +192,8 @@ func (d *document) RenderAndReload() ([]byte, Document, *DocumentModel[v3high.Do
|
||||
var errs []error
|
||||
|
||||
newDoc, err := NewDocumentWithConfiguration(newBytes, d.config)
|
||||
if err != nil {
|
||||
errs = append(errs, err)
|
||||
}
|
||||
errs = append(errs, err)
|
||||
|
||||
// build the model.
|
||||
model, buildErrs := newDoc.BuildV3Model()
|
||||
if buildErrs != nil {
|
||||
|
||||
Reference in New Issue
Block a user