diff --git a/src/controllers/api/genericUpdateController.ts b/src/controllers/api/genericUpdateController.ts index ab8b8446..4e96ac6e 100644 --- a/src/controllers/api/genericUpdateController.ts +++ b/src/controllers/api/genericUpdateController.ts @@ -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 }; diff --git a/static/fixed_responses/aggregateSessions.json b/static/fixed_responses/aggregateSessions.json index 05b15312..1d1e7e52 100644 --- a/static/fixed_responses/aggregateSessions.json +++ b/static/fixed_responses/aggregateSessions.json @@ -1,4 +1,3 @@ { - "Results": [ - ] + "Results": [] }