Apply prettier changes

This commit is contained in:
Sainan 2024-05-03 16:24:49 +00:00 committed by github-actions[bot]
parent dd6db869cd
commit 1d0c3ee173
2 changed files with 2 additions and 3 deletions

View File

@ -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 };

View File

@ -1,4 +1,3 @@
{ {
"Results": [ "Results": []
]
} }