File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ export async function loadSchemaWithSource(version?: string): Promise<SchemaWith
5050
5151/**
5252 * Load the schema from the specification
53- *
54- * version is ignored when the network cannot be accessed
5553 */
5654export async function loadSchema ( version ?: string ) : Promise < Schema > {
5755 const result = await loadSchemaWithSource ( version )
Original file line number Diff line number Diff line change @@ -167,9 +167,7 @@ export class Summary {
167167 pet : this . pet ,
168168 dataTypes : Array . from ( this . dataTypes ) ,
169169 schemaVersion : this . schemaVersion ,
170- }
171- if ( this . schemaSource ) {
172- output . schemaSource = this . schemaSource
170+ schemaSource : this . schemaSource ,
173171 }
174172 return output
175173 }
You can’t perform that action at this time.
0 commit comments