fixing fixing bug changing the query data

This commit is contained in:
talksik
2022-05-07 13:13:47 -05:00
parent 19abc4b9fa
commit d8ece9eb51
4 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ async function getUserLines(req: Request, res: Response) {
const resObj = new GetUserLinesResponse(masterLines);
res.json(new NirvanaResponse(resObj));
res.json(new NirvanaResponse<GetUserLinesResponse>(resObj));
} catch (error) {
res.status(500).json(error);
}