From 666779de5b4bc6ea9d2fc1eec75302078f603f3f Mon Sep 17 00:00:00 2001 From: Raymond Wang Date: Mon, 24 Oct 2022 21:46:23 -0700 Subject: [PATCH] update comment in index.ts --- src/util/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/util/index.ts b/src/util/index.ts index c9e069b..bffd60b 100644 --- a/src/util/index.ts +++ b/src/util/index.ts @@ -83,9 +83,8 @@ APP.get("/committees", (req: Request, res: Response) => { respond(res, "committees"); }); -/** - * Utility functions for above methods - */ +// Utility functions for above methods + function respond(res: Response, filename: string) { res.set({ "Content-Type": "text/html",