mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +03:00 
			
		
		
		
	Fix lint error
This commit is contained in:
		
							parent
							
								
									7195c1c9e4
								
							
						
					
					
						commit
						c0e4e6004a
					
				| 
						 | 
					@ -38,7 +38,7 @@ export default class SchemaManager {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /* calculate common used values */
 | 
					  /* calculate common used values */
 | 
				
			||||||
  init() {
 | 
					  init() {
 | 
				
			||||||
    this.apiUrl = this._schema.schemes[0] + "://" + this._schema.host + this._schema.basePath;
 | 
					    this.apiUrl = this._schema.schemes[0] + '://' + this._schema.host + this._schema.basePath;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  get schema() {
 | 
					  get schema() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user