Fix prettier workflow #145

Merged
Sainan merged 2 commits from fix-action into main 2024-05-03 11:59:32 -07:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 1d0c3ee173 - Show all commits

View File

@ -6,7 +6,7 @@ import { getJSONfromString } from "@/src/helpers/stringHelpers";
const genericUpdateController: RequestHandler = async (request, response) => {
const accountId = request.query.accountId as string;
const update = getJSONfromString(request.body.toString());
response.json(await updateGeneric(update, accountId));
response.json(await updateGeneric(update, accountId));
};
export { genericUpdateController };

View File

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