fix(docs): Top level await
This commit is contained in:
		
							parent
							
								
									6ab9f8d8a1
								
							
						
					
					
						commit
						4e834c9ed1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -59,4 +59,4 @@ const doc = { | ||||||
| const outputFile = './swagger.json'; | const outputFile = './swagger.json'; | ||||||
| const routes = ['../../backend/src/app.ts']; | const routes = ['../../backend/src/app.ts']; | ||||||
| 
 | 
 | ||||||
| await swaggerAutogen({ openapi: '3.1.0' })(outputFile, routes, doc); | void swaggerAutogen({ openapi: '3.1.0' })(outputFile, routes, doc); | ||||||
|  |  | ||||||
		Reference in a new issue