style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									ba725f67b2
								
							
						
					
					
						commit
						8a55c0f003
					
				
					 22 changed files with 137 additions and 157 deletions
				
			
		|  | @ -1,10 +1,5 @@ | |||
| import express from 'express'; | ||||
| import { | ||||
|     createSubmissionHandler, | ||||
|     deleteSubmissionHandler, | ||||
|     getSubmissionHandler, | ||||
|     getSubmissionsHandler | ||||
| } from '../controllers/submissions.js'; | ||||
| import { createSubmissionHandler, deleteSubmissionHandler, getSubmissionHandler, getSubmissionsHandler } from '../controllers/submissions.js'; | ||||
| const router = express.Router({ mergeParams: true }); | ||||
| 
 | ||||
| // Root endpoint used to search objects
 | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action