Fix prettier workflow #145
@ -6,7 +6,7 @@ import { getJSONfromString } from "@/src/helpers/stringHelpers";
 | 
				
			|||||||
const genericUpdateController: RequestHandler = async (request, response) => {
 | 
					const genericUpdateController: RequestHandler = async (request, response) => {
 | 
				
			||||||
    const accountId = request.query.accountId as string;
 | 
					    const accountId = request.query.accountId as string;
 | 
				
			||||||
    const update = getJSONfromString(request.body.toString());
 | 
					    const update = getJSONfromString(request.body.toString());
 | 
				
			||||||
   response.json(await updateGeneric(update, accountId));
 | 
					    response.json(await updateGeneric(update, accountId));
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export { genericUpdateController };
 | 
					export { genericUpdateController };
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,3 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "Results": [
 | 
					  "Results": []
 | 
				
			||||||
  ]
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user