one more fix for header border-bottom. Also fixed some eslint whine

This commit is contained in:
Desmond Grealy
2023-01-02 21:09:37 -08:00
parent a76441baf0
commit e546eaa070
2 changed files with 12 additions and 4 deletions
@@ -64,6 +64,8 @@ const handler = async (req, res) => {
}),
});
ackRes; // calling this only to get rid of the unused variable warning... not sure if anything is intended to be done with ackRes
// Send the results to the client.
res.status(200).json(registeredTask);
};